1PDFLib is a simpler, more OO interface to pdflib, available
2from http://www.pdflib.com/
3
4It makes creating PDFs from perl fast, easy and safe.
5
6Currently it supports text, images, graphics, and getting/setting all
7parameters. It has builting support for several paper sizes.
8It also takes care of starting/ending new pages, to try and
9make sure that a valid PDF file is always created (though
10unfortunately I think it's still possible to create an invalid
11PDF with this module).
12
13This is free software, you may distribute it under the same
14terms as Perl itself.
15