I am generating PDF using NRECO Pdf generator, it works by converting HTML template to PDF document. However I have one more requirement that is to add multiple attachments (images, word document or any other PDF) in Pdf being generated. In case of images, it is straight forward to give attachment path to Img tag in my HTML template, but I can't figure out how to add/merge document like word or PDF.
One approach can be to embed attachment document (PDF/ Word) to my HTML template but that didn't worked because embedded PDF was not rendered (used viewerJS to do this).
Need to find best possible way to solve this problem.
Thanks.