Hi guys,
I need to know what is the easiest way to transform a portion of the PHP output into either a PDF or an image.
I'm asking this because I want to capture the users shopping cart and send it to them by email when the payment is issued.
I'd like to avoid HML mail.
I've read the documentation of FPDF and it looks like you have to write the PDF from A to Z. No page conversion available as it seems. The same goes for the GD library.
Thanks