bbottema / rtf-to-html

RTF to HTML conversion done right
8 stars 5 forks source link

APACHE v2 License Latest Release Javadocs Codacy

rtf-to-html

The world's only RFC compliant RTF to HTML parser.

rtf-to-html is available in Maven Central:

<dependency>
    <groupId>com.github.bbottema</groupId>
    <artifactId>rtf-to-html</artifactId>
    <version>1.1.1</version>
</dependency>

Usage

There are three versions of RTF to HTML for you to discover:

RTF2HTMLConverter converter = RTF2HTMLConverterJEditorPane.INSTANCE;
RTF2HTMLConverter converter = RTF2HTMLConverterClassic.INSTANCE;
RTF2HTMLConverter converter = RTF2HTMLConverterRFCCompliant.INSTANCE;

String html = converter.rtf2html("RTF text");

Latest Progress

v1.1.0 - v1.1.1

v1.0.1 (22-October-2019)

v1.0.0 (12-October-2019)