PDF integrity check
Moderator: kcleung
-
- active poster
- Posts: 113
- Joined: Fri Aug 09, 2013 7:09 am
- notabot: 42
- notabot2: Human
PDF integrity check
Does there exist a batch utility (hopefully free) to check the integrity of PDF files?
Re: PDF integrity check
Integrity when it comes to PDF can have many different forms. Did you have a specific one, or a use case in mind?
-
- active poster
- Posts: 113
- Joined: Fri Aug 09, 2013 7:09 am
- notabot: 42
- notabot2: Human
Re: PDF integrity check
I'm basicly looking to see if they are complete and readable.
-
- active poster
- Posts: 1558
- Joined: Thu Jul 12, 2007 8:53 am
- notabot: 42
- notabot2: Human
- Location: Nice, France
- Contact:
Re: PDF integrity check
If you want something more automatic than trying to open the pdf with Adobe Acrobat Reader or Foxit you can try the pdf2ps command provided with the Miktex distribution http://miktex.org/. Then open a command prompt window and type pdf2ps yourchunk.pdf yourchunk.ps. If the PDF file is bad there will be an error message.
If you never use TeX and LaTeX, Ghostscript and Gsview also have the same conversion tool and demand less disk space. But the pdf2ps command is not put into your path by default. You will have to look for it in \program files\gs\some_directory. An introduction to both applications can be found here: http://imslp.org/wiki/Locked_PDFs
If you never use TeX and LaTeX, Ghostscript and Gsview also have the same conversion tool and demand less disk space. But the pdf2ps command is not put into your path by default. You will have to look for it in \program files\gs\some_directory. An introduction to both applications can be found here: http://imslp.org/wiki/Locked_PDFs