the_oliver Posted February 9, 2007 Share Posted February 9, 2007 Hello, Im looking for a way to create PDF's on demand. It would create the pdf from a standard template (A4) taking variables sent to it into account? The idea would be to email it to someone. Anyone able to give me some advice? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/37806-solved-creating-pdfs/ Share on other sites More sharing options...
Balmung-San Posted February 9, 2007 Share Posted February 9, 2007 http://www.php.net/pdf would be a good place to start looking. Quote Link to comment https://forums.phpfreaks.com/topic/37806-solved-creating-pdfs/#findComment-180875 Share on other sites More sharing options...
camdagr81 Posted February 9, 2007 Share Posted February 9, 2007 here's an awesome class that makes it really easy to impliment pdf's into almost any code. http://www.ros.co.nz/pdf Quote Link to comment https://forums.phpfreaks.com/topic/37806-solved-creating-pdfs/#findComment-180967 Share on other sites More sharing options...
obsidian Posted February 9, 2007 Share Posted February 9, 2007 FPDF is a free library that allows you to generate PDFs on the fly. Then, you can just attach it to an email and you're set. Quote Link to comment https://forums.phpfreaks.com/topic/37806-solved-creating-pdfs/#findComment-180975 Share on other sites More sharing options...
severndigital Posted February 10, 2007 Share Posted February 10, 2007 FPDF is a free library that allows you to generate PDFs on the fly. Then, you can just attach it to an email and you're set. I agree, i have had much success with Fpdf. The only place it starts to break down function wise is when you are trying to create the Fpdf template information dynamically. otherwise it would be perfect for what you want to do with it. Quote Link to comment https://forums.phpfreaks.com/topic/37806-solved-creating-pdfs/#findComment-181227 Share on other sites More sharing options...
the_oliver Posted February 10, 2007 Author Share Posted February 10, 2007 Grate, will try that then! Looks like it can get a little deap with out it! Many Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/37806-solved-creating-pdfs/#findComment-181605 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.