OpenRTF icon indicating copy to clipboard operation
OpenRTF copied to clipboard

The Open Source RTF (Rich Text Format) Java Library

Results 4 OpenRTF issues
Sort by recently updated
recently updated
newest added

how I can view rtf file by using OpenRTF?

I've been struggling with extracting image and text from RTF file , as long as , there is no any code example of reading RTF files in OpenRTF readME ....

**Summary:** It is not possible to add PNG image into RTF document. Following exception is thrown: com.lowagie.text.DocumentException: Only BMP, PNG, WMF, GIF and JPEG images are supported by the RTF...

A little patch not to use deprecated methods from openpdf 1.3.x, which have been removed from 1.4.x. Both 1.3.36 and 1.4.1 can be used to compile with this patch, but...