Combine files processing options in Acrobat, and error handling
Suppose I have a folder containing 500 files, which look like they are word files, and I want to merge these into 1 or more pdfs.
1) Can I set the batch merge process to ignore / report on any 'problem' files?
- Suppose 3 of the 500 are password protected & cannot be opened.
- Suppose 2 of them are not recognisable filetypes ( eg .DD88888).
- Suppose 1 of them is marked up as .DOC, but is in fact an MP3 disguised.
- How do I handle these problems seamlessly, and go on to create a pdf of the remaining valid documents, and hopefully have a log at the end reporting what's happened?
2) Can I set the batch operation to start building a new pdf when a certain threshold is reached. EG when MyMergeDoc_1.pdf reaches 100 pages, I want to start building MyMergeDoc_2.pdf, then MyMergeDoc_3.pdf and so on?
- Can I use different criteria eg MyMergeDoc_1.pdf has reached 'n' megabytes in size?
Thank you