1.1.9 • Published 12 months ago

@keyrinrin/rtf-util v1.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

rtf util

This is a util which can parse rtf file and convert it to html format. Support image and table convert. It may has some trouble in special character.

get started

const {RtfParser} = require("@keyrinrin/rtf-util");
const {RtfConverter} = require("@keyrinrin/rtf-util");

let parser = new RtfParser();
let converter = new RtfConverter();
let rtfGroup = parser.parse(temp);
let htmlContent converter.convert(rtfGroup)

warning

This is an experimental util, don't use in production environment.

1.1.9

12 months ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.5

2 years ago

1.1.3

2 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago