ASP.NET 显示 PDF 的一部分
我需要在 ASP.NET 网页中显示 PDF,并指定缩放、X/Y 坐标和要显示的页面。这可以做到吗?
谢谢
I need to display a PDF in an ASP.NET web page and specify the Zoom, X/Y coordinates and page to display. Can this be done?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可以使用 Adobe reader 并在打开 PDF 时输入参数:
http: //partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf
It is possible to use Adobe reader and enter parameters when opening the PDF:
http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf
您也许可以使用 Flash PDF 查看器(例如,请参阅 Scribd)来实现最佳跨平台(Windows、OS X、Linux)解决方案。
如果您只想在网页中嵌入 PDF,并且想要支持所有浏览器,则可能必须使用 iFrame 并使用浏览器功能(Adobe Reader 插件、Google Chrome PDF 阅读器)。
You might be able to pull it off with, say, a Flash PDF viewer (for example, see Scribd) for the best cross-platform (Windows, OS X, Linux) solution.
If you just want to embed PDF in a web page, you might have to use an iFrame and use browser capabilities (Adobe Reader plugin, Google Chrome PDF reader) if you want to support all browsers.