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

Patrick Brückner 4e2e512b5a Fix compile on current java %!s(int64=10) %!d(string=hai) anos
src 4e2e512b5a Fix compile on current java %!s(int64=10) %!d(string=hai) anos
.gitignore 4e2e512b5a Fix compile on current java %!s(int64=10) %!d(string=hai) anos
LICENSE 5c32296c22 Initial commit %!s(int64=12) %!d(string=hai) anos
README.md f656520810 improving readme %!s(int64=12) %!d(string=hai) anos
pom.xml 659837f226 initial commit %!s(int64=12) %!d(string=hai) anos

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