tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.18k stars 1.51k forks source link

PDFMerger crashed without any error #540

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi !

I used this library which uses TCPDF : https://github.com/libremente/PDFMerger

I use it for some time without any problem to merge several pdf into one. But recently it stops working with some PDF 1.7

I try to update to the last version of TCPDF but no change. It just crash, no error message, nothing.

Is there a way to know what is going one with theses specific PDF, and where it breaks ?

Thanks