Menu

Home

Cintia Del Rio

JHtml2PDF

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


Auth0 Logo