PDF – Validate or Verify PDF Files Integrity

file-corruptionpdfvalidation

Is there any tool which I can run on the PDFs archives (all directories) and finally it lists/identifies the corrupt/invalid PDFs?

I have hundreds of PDF files (related to documentation etc.) on my computer (Windows machine), and very often I receive/have to send dozens of PDFs via email. It is now a normal routine that the PDF I receive or send is corrupted. This creates serious trouble sometimes, when the source file (e.g. Word file or the Tex file) is missing/not available instantly.

Checking these thousands of PDFs is not possible in finite time, so I have searched for a tool which I can run once and it would scan all PDFs (in directories and sub-directories), and finally I would get a list of files which I should re-create. Up to now, it seems there is no such tool.

Best Answer

It is quite easy to check if a PDF file is valid, by using PDFtk. A free GUI for PDFtk is available from PDF Labs. When you run this tool, you can load as many PDFs as you wish, from multiple directories (by using Add files button), and then it will start accessing the pages in these PDF files, very quickly.

If any file among the selected PDFs is not valid PDF, this utility will show a message about the error, and will remove it automatically from the selection window.

Hence you can save many hours using this procedure with PDFtk. Additionally, if you have multicore CPU, you can run multiple instances of this utility and throw in hundreds of PDFs in each instance.

I am using this software since last 1 year, and it is the most handy PDF tool I have ever used.

Related Question