对 wkhtmltopdf 的调用功能进行包装,方便简化使用

jhonnymertz@gmail.com f656520810 improving readme 12 年之前
src 659837f226 initial commit 12 年之前
.gitignore 5c32296c22 Initial commit 12 年之前
LICENSE 5c32296c22 Initial commit 12 年之前
README.md f656520810 improving readme 12 年之前
pom.xml 659837f226 initial commit 12 年之前

README.md

WkHtmlToPdf Wrapper

A Java based wrapper for the wkhtmltopdf command line tool. As the name implies, it uses WebKit to convert HTML documents to PDFs.

The wkhtmltopdf command must be installed and working on your system.

TODO - Complete