Hey everyone,

i just completed a Java program that writes PDFs for me using the famous iText library.
Now it's my task to do the same for RTF -- but i just couldn't find a suitable library for that.

Now some of you might say: "I thought iText supports RTF, too?" and certainly you're not wrong. But unfortunatly RTF is nowhere as supported by iText as PDF is, especially the precious PdfPTable has some important methods (like setColspan or setWidths) that just get ignored by the compiler without any error.

As you might imagine, a library with methods to convert PDF to RTF would be perfect, but i'll also be happy with a decent RTF-writing library, as long as it has good functionality for tables.

Thank you very much,
azket

Try the Open Office Java API. I recollect Ezzaral suggesting it to another poster earlier.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.