我正在尋找一種如何使用 Adobe 和 Foxit 或 Windows 命令列開啟 pdf 檔案的方法。
注意:這不是一個雙重主題https://stackoverflow.com/questions/6557920/how-to-open-a-pdf-in-fullscreen-view-via-command-line因為標記的答案對我沒效。
答案1
在使用命令列之前,只需打開程式 AcroRd32.exe/Acrobat.exe 並轉到「僅Edit=> preferences=> Full Screen
」並取消勾選Current document
,然後您可以使用命令列:
start "" /max "C:\Program Files Xxxxx.exe" /A "pagemode=FullScreen" "yourfile direction and name.pdf"
答案2
對於福昕閱讀器,指令為:
"[path_to_executable]Foxit Reader.exe" <path_to_your_pdf>
。例如,在我的 Windows 上,命令是:"C:\Program Files (x86)\Foxit Software\Foxit Reader\Foxit Reader.exe" C:\Users\Paulius\Desktop\mcs.pdf
。
我沒有 Adobe Reader 來測試,但我相信相同的命令(不同的可執行檔)應該可以工作。