cbh Posted March 19, 2007 Share Posted March 19, 2007 What do you use to generate PDF files dynamically from your PHP. I've been reading PHPFreaks about generating PDFs and, from what I had red, I was assuming most PHP server would have PDFLib installed - but it seems that's not a safe assumption. The PHP server my application uses is not mine, and it doesn't have PDFLib installed on it. I'm pre-empting the replies, but should I be asking the web server's system administrator to link in PDFLib? Link to comment https://forums.phpfreaks.com/topic/43332-what-is-the-most-common-approach-to-pdf/ Share on other sites More sharing options...
AndyB Posted March 19, 2007 Share Posted March 19, 2007 If you have lots of cash, use PDFLib. If you want a free pdf generator, take a look at http://www.fpdf.org/ Link to comment https://forums.phpfreaks.com/topic/43332-what-is-the-most-common-approach-to-pdf/#findComment-210414 Share on other sites More sharing options...
Guest ade_inov Posted March 19, 2007 Share Posted March 19, 2007 We've used http://www.fpdf.org/ for a load of projects. Works really well, although it can be a pain to use. Good luck Ade Link to comment https://forums.phpfreaks.com/topic/43332-what-is-the-most-common-approach-to-pdf/#findComment-210453 Share on other sites More sharing options...
Guest ade_inov Posted March 19, 2007 Share Posted March 19, 2007 Just asked one of my guys and they also use this: FPDI class http://fpdi.setasign.de/ Said it was really useful for fast work Ade Link to comment https://forums.phpfreaks.com/topic/43332-what-is-the-most-common-approach-to-pdf/#findComment-210457 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.