Acrobat(阅读器):通过Windows上的命令行在特定的页码打开 [英] Acrobat (reader): to open at a specific page number via command line on Windows

查看:284
本文介绍了Acrobat(阅读器):通过Windows上的命令行在特定的页码打开的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在运行Windows批处理文件,将文档转换为 PDF ,并在批处理文件的最后一行:

I am running a Windows batch file to convert a document to PDFand on the last line of the batch file I have:

Acrobat%1.pdf

这会打开生成的 PDF 文件很好,但我也希望能够在文档的某个特定页面打开 PDF 文件。

This opens the produced PDFfile just fine but I also wish to be able to open the PDFfile at some specific page of the document.

那么如何扩展我在上面使用的命令来强制 PDF 文件在所需的页码打开?

So how to extend the command that I am using above to force the PDFfile to open at a desired page number?

感谢很多...

推荐答案

使用命令行开关/ A :

Use the command line switch /A:

Acrobat /A "page=<pagenum>" %1.pdf

替换为您要显示的任何页面。有关其他开放参数,请参阅Adobe的合作伙伴文档:

Replace with whatever page you like to be displayed. For additional open parameters, please refer to Adobe's partner documentation:

http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf

祝你好运!

生活

这篇关于Acrobat(阅读器):通过Windows上的命令行在特定的页码打开的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆