in reply to Rendering a Web Page

With the right add-ons, ImageMagick (through PerlMagick if need be) can go from HTML to any bitmap format.

-- Randal L. Schwartz, Perl hacker

Replies are listed 'Best First'.
Re: Re: Rendering a Web Page
by $code or die (Deacon) on Jan 04, 2001 at 17:20 UTC
    Does PerlMagick work on Perl 5.6?

    I recall reading here recently that it didn't.

    Update: I just checked the PerlMagick page and it doesn't say anything about it not working on 5.6. Maybe we should ignore this post?

      PerlMagick / ImageMagick is working fine with my perl 5.6, I needed to recompile it though...

      I'd be interested to know how to use merlyn's trick to render HTML with PerlMagick

      <kbd>--
      PerlMonger::Paris(http => 'paris.pm.org');</kbd>
        With the appropriate subpackages installed, it's as easy as:
        convert http://www.stonehenge.com/merlyn/index.html foo.jpg
        Yes, it even fetches the page, or you can use local HTML.

        -- Randal L. Schwartz, Perl hacker