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