Reset Open Options to Use the User's Preferences
We're creating searchable PDFs via scanning. Part of the process for the project is to run an action in Acrobat Pro to set the open options. The action WAS setting the file to open to page 1 but it's causing a problem when pages are later added to the start these files via a VBA macro via the Acrobat DOM.
The problem is that when the macro adds one or more pages to the start of the document, the document "remembers" (for lack of a better term) which page was number 1 when the open options were set. So when the document is later opened it opens to the "old" page 1 instead of the actual first page in the document. This problem also occurs if pages are added to the start manually, not with a macro.
Ideally we'd like to fix the Initial View of all the scanned PDF files we've done so far to "reset" the "Open to page" option to use the preferences of the Acrobat session. Is there a way to do that?
I didn't see any open options in the scripting model and saw one post that said it couldn't be set via scripting. Can someone confirm that, seems kind of unlikely?
Thank you,
Ken
