Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to use more than one Parameter when opening a PDF file with a batch file?

New Here ,
Aug 21, 2018 Aug 21, 2018

right now I can only get one parameter to work at a time such as:

"C:\Program Files (x86)\Adobe\Acrobat 2015\Acrobat\Acrobat.exe"  /A "navpanes=0" "C:\New folder\Parameters for Opening PDF Files.pdf"

or

"C:\Program Files (x86)\Adobe\Acrobat 2015\Acrobat\Acrobat.exe"  /A "zoom=75" "C:\New folder\batch_script_tutorial.pdf"

but it will not run two or more parameter like this:

"C:\Program Files (x86)\Adobe\Acrobat 2015\Acrobat\Acrobat.exe"  /A "zoom=75&navpanes=1" "C:\New folder\batch_script_tutorial.pdf"

2.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

New Here , Aug 21, 2018 Aug 21, 2018

I found out how to get it working it needed =openactions like this:

"C:\Program Files (x86)\Adobe\Acrobat 2015\Acrobat\Acrobat.exe" /A "zoom=75.1&navpanes=0&page=3&pagemode=none=OpenActions" "C:\New folder\batch_script_tutorial.pdf"

Translate
Community Expert ,
Aug 21, 2018 Aug 21, 2018

It seems like it's not possible to do that when opening the file via the command-line.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 21, 2018 Aug 21, 2018

I found out how to get it working it needed =openactions like this:

"C:\Program Files (x86)\Adobe\Acrobat 2015\Acrobat\Acrobat.exe" /A "zoom=75.1&navpanes=0&page=3&pagemode=none=OpenActions" "C:\New folder\batch_script_tutorial.pdf"

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 21, 2018 Aug 21, 2018
LATEST

Neat. Thanks for posting the correct way of doing it!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines