PHP PDF Generation
April 8th, 2004 by Sarah KingR&OS: pdf class is a PDF generator that creates a text file version of a PDF so you don’t need to install all the expensive generators. Probably makes it a bit more fiddly but worth it!
R&OS: pdf class is a PDF generator that creates a text file version of a PDF so you don’t need to install all the expensive generators. Probably makes it a bit more fiddly but worth it!
Finally used this for commercial PDF producton and what a breeze. The host had dropped the licence for pdflib so I guess all the hard work was done there and it was just a matter of converting it over. I had to read the source code and I made one tiny change to the ezpdf class but that might just be because my local dev machine is running an ancient version of PHP.
Cool guys, thanks.