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

Patrick Brückner 661e84965c Merge pull request #1 from madmuffin1/master il y a 10 ans
src e43748db90 fix encoding of special chars, add simple test il y a 10 ans
.gitignore 4e2e512b5a Fix compile on current java il y a 10 ans
LICENSE 5c32296c22 Initial commit il y a 12 ans
README.md f656520810 improving readme il y a 12 ans
pom.xml e43748db90 fix encoding of special chars, add simple test il y a 10 ans

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