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

前端 未结 7 1867
一整个雨季
一整个雨季 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:39

    Before using command line just open AcroRd32.exe/Acrobat.exe and go to Edit => Preferences => Full Screen and uncheck on Current document only. Then you can use the command line as

    start "" /max "C:\Program Files Xxxxx.exe" /A "pagemode=FullScreen" "yourfile direction and name.pdf"
    

提交回复
热议问题