在浏览器中显示 PDF - 默认显示缩略图(“页面”)
我目前正在使用 ITextSharp 将 PDF 写入网络浏览器,但我不知道如何默认在左侧显示缩略图。如果我单击“页面”按钮,它们会正确显示,但我似乎无法弄清楚默认情况下如何执行此操作。
我认为这可能是 adobe 浏览器 PDF 查看器中的一个设置,但我也找不到。
这可以通过编程方式完成吗?还是有一个设置让我无法理解?
I'm currently using ITextSharp to write a PDF to a web browser, but I cannot figure out how to, by default, show the thumbnails on the left side. If I click the "Pages" button they appear correctly, but I cannot seem to figure out how to do it by default.
I thought this might be a setting within adobe's browser PDF viewer, but I can't find that either.
Can this be programmatically done or is there a setting that is eluding me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果有人好奇,这是我想出的解决方案(针对 ITextSharp)。
In case anybody was curious, this is the solution I came up with (for ITextSharp).