spipu/html2pdf

Merging multiple PDFs with html2pdf

Joel-Schiavone opened this issue · 1 comments

I am currently using the html2pdf library to generate PDF files from HTML content. I have a requirement to merge two separate PDF files generated using html2pdf into a single PDF file. I have searched through the documentation and API reference but could not find any specific functionality for merging PDFs.

I would like to know if there is any built-in or recommended approach to achieve this using html2pdf. If not, could you please suggest any alternative methods or libraries that can be integrated with html2pdf to accomplish this task?

Thank you for your assistance.