I need to convert some HTML reports to PDF using Perl. What are the best CPAN modules for the job?
Hope pdf :: FromHTML can help.
HTML :: HTMLDoc uses the htmldoc C core library, which is built for this. And it's pretty fast too.
I used PDF :: API2 to create PDF reports with great success.
It depends on what you need to do, but I would probably look at Template :: Extract and PDF :: Template .
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.