1.1.9 • Published 11 months ago

@keyrinrin/rtf-util v1.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
11 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

11 months ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year 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

4 years ago

1.0.8

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago