spipu / html2pdf

OFFICIAL PROJECT | HTML to PDF converter written in PHP
http://html2pdf.fr/en/default
Open Software License 3.0
1.67k stars 748 forks source link

Merging multiple PDFs with html2pdf #798

Open Joel-Schiavone opened 3 months ago

Joel-Schiavone commented 3 months ago

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.