Answered
Hi,
I would like to create a batch process so multiple selected documents could be set to be reviewed. I use function app.execMenuItem(DIGSIG:UBDoc), but it does not work properly when 2 or more documents are selected (basically, when batch processes make sense). Despite selecting all options for an automatised process like 'overwrite' and so on, I think the problem still comes with the window asking for confirmation when overwriting.
Do I have to write something in the JS apart from: app.execMenuItem(DIGSIG:UBDoc); ?
I am guessing something related to the "Yes to all" idea.
Thank you very much.
Cheers.
That said, there are ways around this limitation. For example, with the help of a mouse and keyboard simulator you could write an external program enable a folder full of PDFs. But Adobe won't help you with this.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script