Jhtml2pdf Wiki
Brought to you by:
cintiadr
This software simple transforms a HTML file into a PDF.
The HTML file does not need to be a xhtml file, but nekohtml sometimes makes some decisions different from the browsers.
The core of the system is made by XHtmlRenderer.
Usage (in command line):
$ java -jar Html2Pdf.jar -f file.html -o output.pdf
or
$ java -jar Html2Pdf.jar -u http://url.com/file.html -o output.pdf