How to skip over corrupt files with PHP libraries TCPDF and FPDI by modifying error handling?
问题 I am using the PHP libraries TCPDF and FPDI to combine PDF documents, and am getting the following error: TCPDF ERROR: Unable to find object (10, 0) at expected location I have the commercial version of FPDI. It appears that the issue is only happening with PDF Version 1.3 (Acrobat 4.x) files. Here is a screenshot of a file's document properties that is creating the error. http://imagebin.org/215041 I'd like to skip over any files with errors instead of letting the script die. I have modified