Does anyone have a free or open source library to recommend for the creation of PDF files in Java? I know that iText is popular, but it is not free for commercial use.
A library for creating MS Word (.doc) files would also be helpful.
Does anyone have a free or open source library to recommend for the creation
Share
Apache POI works well for creating MS Office documents programmatically. PDFBox, as already mentioned, works well for PDF creation.