These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Acrobat Reader command line option - jump to a page or bookmark

apmadoc
Registered: Jul 8 2009
Posts: 3

Is there an Acrobat Reader command line option that will open the .pdf file to a specific page or bookmark?

My Product Information:
Reader 9.1.1, Windows
UVSAR
Expert
Registered: Oct 29 2008
Posts: 1357
See http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf

(talks about v7 but nothing much has changed since then)


To push parameters through via the commandline you use the [b]/A "=OpenAction"[/b] switch, then the filename at the end - such asAcroRd32.exe /A "page=21=OpenActions" "C:\my.pdf"

would open the PDF on page 21 (native counting - first page is page 1)