html2pdf. A simple Java CLI to manipulate a given HTML file and create a PDF out of it.
- Free software: MIT license
- Documentation: https://html2pdf.readthedocs.io.
Checkout from this Git repository and run:
mvn clean packageThis will create the executable Java binaries as JAR In the folder target (*-jar-with-dependencies.jar).
The run the CLI with:
java -jar target/html2pdf-0.1.0-SNAPSHOT-jar-with-dependencies.jar [test-file.html]This project was created with QUBE.