I need to convert some HTML reports into PDF using Perl. What are the best CPAN modules for the job?
HTML::HTMLDoc uses the underlying htmldoc C library which is built to do just this. And it's pretty fast too.