What applications allow the user to batch convert HTM files into PDF?

link|improve this question

70% accept rate
feedback

2 Answers

up vote 2 down vote accepted

Try chaining up html2ps (http://user.it.uu.se/~jan/html2ps.html) and ps2pdf. Both are included in all major Linux distribution and are console utilites that you can use in shell scripts.

link|improve this answer
feedback

Personally, I use HTMLDOC for this. (Apart from the commandline, it also has a GUI and the option to have it run as a web service via CGI.) There are Windows, Linux, Mac OS X and Unix versions available. You can build your own executable, because the source is available via GPL.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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