On 11/14/06, Sonia Hamilton <[EMAIL PROTECTED]> wrote:
I (well my boss actually) want to convert several hundred html pages to
pdf - what's the easiest way to do this? Any pointers, ideas?


We're using Apache FOP for html -> pdf conversion. It might be
slightly more involved than the other tools people have suggested,
however it will give you a lot of control over the final pdf (via
xslt). We looked at some of the single-shot command line tools and
found that fop produced nicer documents, albeit with a few more steps.
It's Java though, this may or may not be an issue for you.

Link below gives some examples of how to use it from the command line,
as well as in code.

http://www.javaworld.com/javaworld/jw-04-2006/jw-0410-html.html?page=1

Home page is at http://xmlgraphics.apache.org/

If you do use it, grab the latest version, handles tables etc. much better.

Cheers.....Steve
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to