How can I import an existing pdf
file into the new-created pdf
using TCPDF?
So assume I am currently doing an invoice section. Once the user click print invoice, I will start gather the data and then create a PDF
using TCPDF
. However, I need to "attach" another existing PDF into it if available. So assume, in 1 invoice file that is generated from TCPDF
consists of 5 pages. And then I have to "attach" another existing PDF
into this file. So total will be 6 pages or more, depends on the existing PDF
file. The existing PDF file is uploaded by the user. So, the existing PDF
file will be uploaded first, then will be added into the new generated invoice file.
Is there any way to achieve it?