java - Convert html to pdf with linked documents inline -
i need convert bundle of static html documents single pdf file programmatically on server side on java/j2ee platform using batch process preferably. pdf files distributed site users offline browsing of web pages.
the major points of requirements are:
- the banner @ top should not present in final pdf document.
- the navigation bar on left should transformed pdf bookmarks html hyperlinks.
- all hyperlinked contents (html/pdf/doc/docx etc.) present in web pages should part of final pdf document pdf bookmarks.
is there standard open source way of doing this?
try apache fop. used convert xml pdf , think can same html/dom. website has a whole section on running fop in java application , there's example code dom pdf.
Comments
Post a Comment