ASP.NET 显示 PDF 的一部分

发布于 2024-12-05 15:28:20 字数 68 浏览 1 评论 0原文

我需要在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

玻璃人 2024-12-12 15:28:21

可以使用 Adob​​e 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

九厘米的零° 2024-12-12 15:28:21

您也许可以使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文