How to convert HTML to PDF using Perl?

I need to convert some HTML reports to PDF using Perl. What are the best CPAN modules for the job?

+8
html perl pdf
Jul 13 '09 at 15:28
source share
5 answers

Hope pdf :: FromHTML can help.

+7
Jul 13 '09 at 15:32
source share
— -

HTML :: HTMLDoc uses the htmldoc C core library, which is built for this. And it's pretty fast too.

+2
Jul 14 '09 at 13:31
source share

I used PDF :: API2 to create PDF reports with great success.

+1
Jul 13 '09 at 15:31
source share

It depends on what you need to do, but I would probably look at Template :: Extract and PDF :: Template .

+1
Jul 13 '09 at 15:32
source share

Pincexml

This does not answer your question in terms of using Perl, but as far as I know, this is the best HTML to PDF converter.

+1
Jul 14 '09 at 2:07
source share



All Articles