|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Re: How can I generate a pdf from html/css?by scorpio17 (Canon) |
| on Feb 17, 2009 at 14:24 UTC ( [id://744416]=note: print w/replies, xml ) | Need Help?? |
|
Think of the output format as the "view" part of the MVC pattern (where the page content is your data). You need one view to generate HTML (for the web page version) and another view to generate PDF (for high-quality hard-copies). If you already have the data, and the data->html view, all you need is the data->pdf view, which is most likely much easier to write than html->pdf.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||