I doubt a webpage will fit in a 40 by 10 cell. I haven’t worked with fpdf but once before but I would think you would save it as a pdf file and then attach it to your email… not sure. Hey I don’t even know if html is allowed in a cell.
Is the PDF corrupted if you save it locally? That is, can you eliminate the ‘sending by email’ part of the process and just make sure that the PDF is good before it goes anywhere?
Correct, but the OP wants to Email the PDF, so that will require a file if it’s going to be an attachment. The docs say that if you use Output() and put anything after that, things go wrong. So I guess if you use Output() then you are rendering to screen and that’s all.