How to open a pdf in fullscreen view via command line on Windows?

前端 未结 7 1866
一整个雨季
一整个雨季 2021-02-08 03:00

I have been able to open a pdf document through command line by using: start test.pdf

But I would like to open it in full screen mode via command line, does

7条回答
  •  别那么骄傲
    2021-02-08 03:42

    Acrobat.exe /A "zoom=1000" "C:\example.pdf"
    

    http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf

    Please note you need to be in your acrobat directory to open the file.

提交回复
热议问题