Creating PDF, HTML, and optionally RTF documents from the same source using Java?

Posted by Jared on Stack Overflow See other posts from Stack Overflow or by Jared
Published on 2010-02-03T20:28:51Z Indexed on 2010/05/13 6:14 UTC
Read the original article Hit count: 161

Filed under:
|
|
|

I was looking at using iText to create both a pdf and html version of a document with RTF as a possible option. According to this question this is no longer possible with iText. Is there a library that will allow me to create a document in Java and output it as both PDF and HTML? The ability to output RTF would be nice but is not required.

© Stack Overflow or respective owner

Related posts about itext

Related posts about java