acrobat - Adobe Reader Command Line Reference -


is there official command line (switches) reference different versions of
adobe (formerly acrobat) reader?

i didn't find on adobe developer connection.

especially want to:

  • start reader , open file
  • open file @ specific position (page)
  • close reader (or single file)

you can find in adobe developer faq. (it's pdf document rather web page, guess unsurprising in particular case.)

the faq notes use of command line switches unsupported.

to open file it's:

acrord32.exe <filename> 

the following switches available:

  • /n - launch new instance of reader if 1 open
  • /s - don't show splash screen
  • /o - don't show open file dialog
  • /h - open minimized window
  • /p <filename> - open , go straight print dialog
  • /t <filename> <printername> <drivername> <portname> - print file specified printer.

Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -