简体   繁体   English

Acrobat(阅读器):在Windows上通过命令行全屏打开

[英]Acrobat (reader): to open in full screen via command line on Windows

I would like that my PDF document is opened in full screen mode via the command line on Windows. 我希望通过Windows上的命令行以全屏模式打开PDF文档。 Something like this: 像这样:

"C:\Program Files\Adobe\Acrobat 8.0\Acrobat\Acrobat.exe" "pagemode=fullscreen" "myfile.pdf"

I do not think that the option fullscreen for the parameter pagemode exists. 我认为参数pagemode的选项fullscreen pagemode存在。

I cannot set the document properties of my file myfile.pdf beforehand via Document Properties to open in full screen mode as the PDF file is generated by LaTeXing with a batch file. 我无法通过文档属性预先设置文件myfile.pdf 文档属性以全屏模式打开,因为PDF文件是由LaTeXing使用批处理文件生成的。 So everything has to be done via the Windows command line. 因此,所有操作都必须通过Windows命令行完成。

PS: The solutions proposed here: How to open a pdf in fullscreen view via command line do not work for Acrobat. PS:此处提出的解决方案: 如何通过命令行在全屏视图中打开pdf不适用于Acrobat。

Thanks. 谢谢。

I'm searching for the same thing. 我在寻找相同的东西。 i have been able to make the window fit my screen. 我已经能够使窗口适合我的屏幕。 No fullscreen though. 虽然没有全屏。
Example: start "" /max "Acrobat path" /A "parameter=value" "PDF path" 示例: start "" /max "Acrobat path" /A "parameter=value" "PDF path"

Your case: 您的情况:

start "" /max "C:\Program Files\Adobe\Acrobat 8.0\Acrobat\Acrobat.exe" /A "zoom=100" "myfile.pdf"

PS: The scale value of 100 indicates a zoom value of 100%. PS:缩放值为100表示​​缩放值为100%。

You can specify multiple parameters in a single URL. 您可以在一个URL中指定多个参数。 Separate each parameter with either an ampersand (&) or a pound (#) character. 每个参数都用&符号或井号(#)分隔。

测试以下内容,我已经用Adobe Reader 10测试了开始“” / max“ C:\\ Program Files Xxxxx.exe” / A“ pagemode = FullScreen”“。pdf”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM