I have a web application (built with Java).
The user fills in a bunch of field, some stuff is dynamically assembled, and the read only form is presented to the user, then the user clicks "Approve" if they're okay with everything.
On the "Approve" click, I need to build a PDF version of the HTML page and store the PDF away in a database for safe keeping.
I've doing some digging, but not finding what I need. What's an easy open source way of making a PDF version of my HTML page?
I found iText, but it requires a commercial license (a show-stopper, unfortunately). Any other suggestions are greatly appreciated!