+>> kathryn: wkhtmltopdf is based on webkit (qtwebkit). it effectively does a sort-of "i am a browser, i am going to print this page for you, oh look, you don't actually have a screen, i'll just output the file conveniently for you" thing. as such, the dependencies are MASSIVE. i just tried installing wkhtmltopdf on a debian server: it required pulling in x11 libraries, font configs, QT5, libxml2, 30+ other dependencies, pulling in over ONE HUNDRED sub and sub-dependencies - the works. absolutely NO chance - whatsoever - that i am going to put a public-facing server at risk or waste resources with such a nightmare waiting to happen, particularly one that is activated by a web service. latex on the other hand, despite being likely much larger, i can tolerate. it has "class" and history, being developed in the 70s by donald knuth - i.e. it was *not* developed by apple (ripping off the KDE KHTMLPart team's work, years ago) and does *not* depend on a whole bunch of crap such as qt. qt is a *GUI* toolkit, what am i gonna do installing that on a *server* for god's sake?? :) tex. donald knuth. that's pedigree.
+