This is done without any PDFlib library installed on the server.
Here are some key features of "FPDF":
· Choice of measure unit, page format and margins
· Page header and footer management
· Automatic page break
· Automatic line break and text justification
· Image support (JPEG and PNG)
· Colors
· Links
· TrueType, Type1 and encoding support
· Page compression
· High level functions
Requirements:
· zlib 1.1.4
What's New in This Release: [ read full changelog ]
· GIF image support.
· Images can now trigger page breaks.
· Possibility to have different page formats in a single document.
· Document properties (author, creator, keywords, subject and title) can now be specified in UTF-8.
· Fixed a bug: when a PNG was inserted through a URL, an error sometimes occurred.
· An automatic page break in Header() doesn't cause an infinite loop any more.
· Removed some warning messages appearing with recent PHP versions.
· Added HTTP headers to reduce problems with IE.