public class RTF2HTMLConverterRFCCompliant extends Object implements RTF2HTMLConverter
Note: unlike RTF2HTMLConverterClassic, this converter doesn't wrap the result in
basic HTML tags if they're not already present in the RTF source.
The resulting source and rendered result is on par with software such as Outlook.
| Modifier and Type | Field and Description |
|---|---|
static RTF2HTMLConverter |
INSTANCE |
public static final RTF2HTMLConverter INSTANCE
@NotNull public @NotNull String rtf2html(@NotNull @NotNull String rtf)
rtf2html in interface RTF2HTMLConverterCopyright © 2019. All rights reserved.