OpenRTF icon indicating copy to clipboard operation
OpenRTF copied to clipboard

The Open Source RTF (Rich Text Format) Java Library

Results 6 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...

Since OpenPDF has now moved their classes from com.lowagie to org.openpdf, it would be good to: - Change the dependency from artifact openpdf to openpdf-core-modern - Move all classes of...

OpenRTF independent of OpenPDF, is this possible? To remove the OpenPDF dependency. OpenRTF depends on RtfElementInterface from OpenPDF. https://github.com/LibrePDF/OpenPDF/blob/master/openpdf-core/src/main/java/org/openpdf/text/RtfElementInterface.java https://github.com/LibrePDF/OpenRTF/blob/master/src/main/java/com/lowagie/text/rtf/RtfBasicElement.java#L56