从具有特定约束的应用程序在 Adobe Reader 中打开特定页面
我在 Adobe reader 中从我的应用程序中打开一个 pdf 文件,现在...
->如果我想从我的应用程序中打开 pdf 第 n 页到 Adobe reader..我可以这样做吗? [我想跟踪上次查看的页码&从那里打开 pdf...下次查看]
->我可以在屏幕中间打开 Adobe reader吗?我的应用程序名称位于顶部&我的菜单选项??
i open a pdf file from my app in Adobe reader, now...
-> if i want to open to open n'th page of the pdf from my application into Adobe reader.. can i do that?? [i want to keep track of the page number that was last viewed & open the pdf from there...wen viewed next time]
-> can i open the Adobe reader in the middle body of the screen, & have my Application's name at the top & my Menu Options??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于桌面版 Adobe Reader 和 Adobe Acrobat Adobe 产品的一些开放参数 让您在打开 PDF 时控制各种初始视图属性。如果 Android 版 Adobe Reader 支持此功能,则将使用相同的开放参数。
例如:
不幸的是,如果 Android 版 Adobe Reader 无法将上述打开参数识别为有效,那么您要做的是使用简单的 URL 是不可能的。相反,您需要使用第 3 方 SDK 来打开 PDF,调整初始视图设置(页码、缩放、页面模式等),然后重新保存 PDF 并打开它进行查看。不是一个简单的过程。
For Adobe Reader and Adobe Acrobat on the desktop Adobe products some open parameters that let you control various initial view properties when a PDF is opened. If Adobe Reader for Android supports this feature then the same open parameters will be used.
For example:
Unfortunately if Adobe Reader for Android does not recognize the above open parameters as being valid then what you are trying to do is not possible using a simple URL. Instead you would need to a 3rd party SDK to open the PDF adjust the initial view settings (page number, zoom, page mode, etc) and then re-save the PDF and open it for viewing. Not a simple process.
这很简单。左下角有页码。如果你没有看到它
触摸这个地方就会出现页码。例如,如果您位于 200 页长的文件中的第 54 页,您将看到 54/200。您触摸数字 54,将出现“转到页面”请求,并带有支持的触摸键盘。您打印页码并确定。
it is very simple. On the lower left corner there is the page number. If you do not see it
touch this place and the page number will appear. For example if you are on page 54 in a file 200 pages long you will see 54/200. You touch the number 54 and a request "Go to page" will appear with a supporting touch keyboard. You print the page number and OK.