CodeIgniter Forums
Send a pdf generated on the fly - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Send a pdf generated on the fly (/showthread.php?tid=30071)



Send a pdf generated on the fly - El Forum - 05-02-2010

[eluser]reyntjensw[/eluser]
Hi,

I'm wondering if it's possible to send an email with a pdf that is generated on the fly.
I know how I can send mails and how I can generate pdf's separate, but is it possible to combine the 2?

Thanks
Wouter


Send a pdf generated on the fly - El Forum - 05-02-2010

[eluser]pickupman[/eluser]
Yes, generate the PDF and save to file, create email, attach PDF to email, send email, and if sent delete PDF from folder.


Send a pdf generated on the fly - El Forum - 05-02-2010

[eluser]reyntjensw[/eluser]
Ok great let's try thisSmile