http://www.perlmonks.org?node_id=59677


in reply to Re: Generating PDF
in thread Generating PDF

Another option might be to generate XSL:FO, which can be converted into PDF by e.g. FOP (c/o http://xml.apache.org/); this is an XML dialect, so you can actually just output XML and use an XSL:Transform stylesheet to convert the same XML into HTML, WML, or XSL:FO (for conversion to PDF)... Big points for Laziness :-)