You could write an Automation script that maps out the bookmark actions and then resets them all to use "FitWidth". For an experienced Acrobat JavaScript programmer it's not a difficult task. Unfortunately, isn't an easy task and there's no other way to do this automatically. But if you only have a few bookmarks to do, it would be easier to do this.
Add a menu action to the existing list of bookmark actions. Use it to run the "view->Fit Width" menu option.Other wise you'll need to setup the "doc.viewState" for each bookmark in code.
Thom Parker The source for PDF Scripting Info [url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often [url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]
But if you only have a few bookmarks to do, it would be easier to do this.
Add a menu action to the existing list of bookmark actions. Use it to run the "view->Fit Width" menu option.Other wise you'll need to setup the "doc.viewState" for each bookmark in code.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script