blob: b0ce2fb48c8c66ea3777abdd9f2df77d4b31231d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
PDF::Template is a layout system that creates Adobe PDF files from the same
data structure used by HTML::Template.
Currently, the only renderer support is pdflib_pl, which is from PDFLib
(www.pdflib.com). There is a free version (PDFLib Lite), but that does not
handle Unicode. If you need CJK fonts, you will need to purchase the full
version of PDFLib from them.
WWW: http://search.cpan.org/dist/PDF-Template/
|