| Class | Description |
|---|---|
| RTF2HTMLConverterClassic |
Simplistic best guess regex-based approach that always embeds the result in a
<html> tag (if not present) with basic reading setting. |
| RTF2HTMLConverterJEditorPane |
The first and most naive approach to RTF to HTML conversion.
|
| RTF2HTMLConverterRFCCompliant |
The last and most comprehensive converter that follows the RTF RFC and produces the most correct outcome.
|
Copyright © 2019. All rights reserved.