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

jhonnymertz 74bf2452d0 Removing lombok dependency and unused files 10 лет назад
src 74bf2452d0 Removing lombok dependency and unused files 10 лет назад
.gitignore 4e2e512b5a Fix compile on current java 10 лет назад
LICENSE 5c32296c22 Initial commit 12 лет назад
README.md f656520810 improving readme 12 лет назад
pom.xml 74bf2452d0 Removing lombok dependency and unused files 10 лет назад

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