View Rtf file
how I can view rtf file by using OpenRTF?
OpenRTF creates and reads RTF documents. But it is no viewer.
is it possible to generate PDF from RTF?
OpenRTF and OpenPDF are separate projects. I don't know if there is a "mapper" for translating one format in the other. Theoretically you can Read an RTF file with OpenRTF and write a PDF file with OpenPDF, but you must write mapping yourself. If you just want to do it once, then probably the best option is opening the RTF file in LibreOffice (or other office program that supports RTF) an "printing" it to PDF. Is that what you want?
Yeah, it is that. But was looking for java native way to do it.
how I can view rtf file by using OpenRTF?
did u find the solution
I've also not found an example of opnening a RTF document and getting all paragraphs and elements.
Can someone give an example of how to read .rtf files using this library ?
I just made the Wiki public, so feel free in adding some examples and content there ;-)