in reply to (wil) Re: HTML input to PDF output
in thread HTML input to PDF output

I would prefer not to have to run YASC (Yet Another System Command) from this particular script. I would prefer a perl-only solution, but this may get me by in the short term, until such a solution exists. Good tip.

Replies are listed 'Best First'.
Re: Re: HTML input to PDF output
by Hero Zzyzzx (Curate) on Jul 24, 2002 at 16:29 UTC

    Don't create them on the fly then. Pre-create them with a cron job, or only when an item is updated.

    Seriously, try out HTMLDoc. It gives very good output, and will save you huge amounts of time trying to get this to work in perl.

    -Any sufficiently advanced technology is
    indistinguishable from doubletalk.