I was wondering if is there a way for php to check if a PDF file stored locally on the server is corrupted or not. We have a php application that deals with a lot of scanned documents converted in PDF and it would be nice to check which of them is corrupted to alert the user. I tried to look around but with no luck.
|
|
There are versions of pdflib available which can read PDFs - you could simply try to open and read each page with that. |
||||
|
|
|
The problem is there are many ways a PDF file can be corrupt. Maybe your best solution would be to find a PDF reading lib and try to extract the first word from each page or something. That would at least catch some basic types of corruption. |
||
|
|
