I’ve created a report and exported it to PDF using TCPDF.
I want to send different parts of the report to different mail adresses, therefor I have to create multiple PDFS in one proccess.
Is it possible doing it using TCPDF? If it is , how can I practically do it?
Thanks in advance
TCPDF is designed for creating single PDFs.
A possible way to do it practically would be to create multiple TCPDF objects, and methods for adding a report piece to a PDF, and using code to add the report to the pdf.
Emailing each pdf to a different email address as an attachment would be better answered by just searching for existing answers to the many ways of doing it.