What PDF librarys are popular??? Has anyone use PDFBox or iText before? A JSP/Servlet app has to generate some summary/contract/agreement on the fly. The document could contain up to 5 pages, so I need something lightweighted and efficient...(don't wanna get out of memory error)
I use iText and am happy with it. It's easy to use and there are plenty of examples in the tutorial. I routinely create 75-100 page files and have never had memory issues. Of course, the memory depends on the size of the PDF, not just the number of pages.