TroubleShooting¶
Another thing to do is to do a few self checks on the html2ps engine yourself. Try the links below (replacing localhost/doku with the server/installation location of your own wiki):
- http://localhost/doku/lib/plugins/html2pdf/html2ps/demo/systemcheck.php : system check of various supporting libraries and fonts.
- http://localhost/doku/lib/plugins/html2pdf/html2ps/demo/index.php : do a demo run on a simple web page.
Faithfully rendering HTML+CSS job is a massive job (even browsers have trouble with it) and so you're bound to find a few things the html2ps library can't do well. When I first started with it, it had a few problems with regular DokuWiki pages, but by reducing the problem to a simple example and positing it to the forum (link below), I found the author very responsive and he addressed the issues very quickly. You may wish to consider a similar approach - and if you get an update let me know and I'll update the html2ps in this plugin.
- Forum - official html2ps (the converter library) forum, pretty good support and the author is very responsive.