vote up 3 vote down star
1

I've been using htmldoc for a while, but I've run into some fairly serious limitations. I need the end solution to work on a Linux box. I'll be calling this library/utility/application from a Perl app, so any perl interfaces would be a bonus.

flag

4 Answers

vote up 0 vote down check

I wont claim this is the "best" solution but it is "a" solution i have used.

HTML Input --> HTML 2 PS --> PS 2 PDF --> PDF Output

link|flag
vote up 3 vote down

I did a bit of googling for you and came up with two options. There may be more, my google strategy was to try "webkit command-line pdf" and "gecko command-line pdf", basically looking for commandline programs that embed the two popular open-source rendering engines in command-line renderers. Here's what I found:

Firefox command-line printer - outputs to pdf and png

wkpdf - while this is for mac, it's probably pretty portable.

link|flag
vote up 3 vote down

PrinceXML is the best one I've seen (it parses regular HTML as well as XML/XHTML). How is it the best? Well, it passes the acid2 test which I thought was pretty darn impressive

It is however, quite expensive

link|flag
I've had this same problem. I've recently evaluated Prince XML and can vouch for it being a SERIOUSLY awesome app. The speed and quality of the output is simply unbelievable. – cletus Jan 13 at 1:41
vote up 0 vote down

This would be total overkill, but you could download and install mirth. It is a message routing engine, but it has the ability to convert html to pdf, so you could set it up to pick up an html file in a folder, convert to pdf, and drop the pdf in the same or other folder. Like I said, overkill, a bit of a learning curve, but it's free, and java so you can run it on linux if you like. And all your perl app would have to do is drop the html to a file.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.