py-wkhtmltox
py-wkhtmltox copied to clipboard
Code added to allow passing HTML via "add_page({"data": "html string"})"
Reading the documentation (http://www.cs.au.dk/~jakobt/libwkhtmltox_0.10.0_doc/pdf_8h.html#a338e8f880bd3a53ec03be897548a6919) I noticed it's possible to pass HTML directly.
This is my first pull-request, I hope everything is ok ;)
cool, thanks!
can you add the diff to the wkhtmltox.c
file so that it isn't necessary to have cython
installed to install this module?
Sure will. As soon as I get home :)
Please let me know if there are issues preventing the merge. I'll be happy to fix them :)
@fre-sch didn't realize you pushed that commit up that evening :)
would you mind squashing this down into one commit (note: no need for a new pull request... just push over this branch, please)?