Set view options in acrobat with Javascript

Post Reply
pcarvalho
Member
Posts: 24
Joined: Tue Dec 16, 2014 12:08 pm

Set view options in acrobat with Javascript

Post by pcarvalho »

I have several pdf files in single page that i need to change the view options.
Can use a script script to invoke an action that do this?
Is is possible to do it directly in javascript? If so, where can i check the commands?

Image

Thanks in advance
Attachments
viewOptions.png
viewOptions.png (54.51 KiB) Viewed 3666 times
Padawan
Advanced member
Posts: 358
Joined: Mon Jun 12, 2017 8:48 pm
Location: Belgium
Contact:

Re: Set view options in acrobat with Javascript

Post by Padawan »

Does it need to be Acrobat Javascript?

PitStop has an action which allows you to change the initial view of a PDF:

http://www.enfocus.com/manuals/Extra/Ac ... _view.html

If you build an Action List with this Action, then you can run it on all your PDF files in an automated way using PitStop Server.
Post Reply