I would like to process a directory of pdf documents modified before a particular date using the Acrobat "Batch Processing" functionality. I read the article "JavaScript in Batch Processing" and tried using the event.rc line as described in the article but when it tried to process a document with an event return value of false, it killed the batch process before it had tried to process all the documents in the directory. Is there a way to skip the document, but keep processing the rest of the documents in the directory?
There is an experiment though that you might want to try. Use JavaScript to close the doc before any of the other commands are run.
Thom Parker
WindJack Solutions
[url=http://www.windjack.com]www.windjack.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://partners.adobe.com/public/developer/en/acrobat/sdk/
pdf/javascript/AcroJS.pdf]Acrobat JavaScript Reference[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script