Good evening, On 23/11/03 at 9:23 PM -0700, Mike Schienle <[EMAIL PROTECTED]> wrote:
>I need to batch convert a hundred or so HTML pages to PDF on a regular >basis. I've looked on the web a bit, CPAN and the last year or so of >The Perl Journal, but I'm getting more confused the longer I search :-) >It looks like HTML::HTMLDoc is the way to go at this point. Can someone >give me an idea if that's the most appropriate module? If not, are >there other recommendations? It will depend largely on what sort of html documents you have (simple text/tables vs complex layout with lots of images) and what features you need in the resulting pdf (bookmarks, clickable links, etc). I have been using html2ps for a few years. Its feature list is pretty basic, and it was written years ago. But it was the best solution (for me) at the time and I have found no reason to switch (or a better solution to switch to). Charlie -- Charlie Garrison [EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia
