How can I convert HTML to PDF using Perl?

后端 未结 6 964
生来不讨喜
生来不讨喜 2020-12-10 05:43

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

6条回答
  •  无人及你
    2020-12-10 06:27

    HTML::HTMLDoc uses the underlying htmldoc C library which is built to do just this. And it's pretty fast too.

提交回复
热议问题