I need to convert a bundle of static HTML documents into a single PDF file programmatically on the server side on a Java/J2EE platform using a batch process preferably. The pdf files would be distributed to site users for offline browsing of the web pages.
The major points of the requirements are: 1. The banner at the top should not be present in the final pdf document. 2. The navigation bar on the left should be transformed into pdf bookmarks from html hyperlinks. 3. All hyperlinked contents (html/pdf/doc/docx etc.) present in the web pages should be part of the final pdf document with pdf bookmarks.
Is there any standard open source way of doing this?
Thanks, hbagchi