Preserving text as selectable characters when creating PDF from RTF

Q: We use com.qoppa.pdfWriter.PDFPrinterJob class in Qoppa’s jPDFWriter library to convert an RTF document to PDF. The converted PDF does not seem to contain standard text content. The size of the output PDF (220 KB) is larger than the original RTF (40KB). Is there any way to convert to real text that can be selected […]

Read More

How to convert RTF documents to PDF using jPDFWriter

Q: Can jPDFWriter be used to print RTF documents to PDF? A: Yes, you can use jPDFWriter to do this. Take a look at the loadRTF document method in the PDFDocument class. jPDFWriter does not do the actual rendering of the RTF files. The library uses standard Java classes to load and render rtf documents: […]

Read More