Available alternative libraries in java to generate PDF documents
Posted
by Fazal
on Stack Overflow
See other posts from Stack Overflow
or by Fazal
Published on 2010-03-22T18:14:59Z
Indexed on
2010/03/22
18:21 UTC
Read the original article
Hit count: 367
I have been using XSL-FO and FOP Engine to generate PDF documents for required data. This works great, but lately I have seen some limitations in FOP especially when it comes to allowing user to enter text in a html editor which can be transformed to XSL-FO and given to FOP driver.
This brought me to point to ask this large community of well informed individuals about what are possible Open Source or even non open source libraries to generate PDF documents in Java?
© Stack Overflow or respective owner