如何获取 pdf 页面的 gif 快照
我需要获取 pdf 页面的快照并将其存储为“.gif”文件。(只是为了让用户在打开文件之前在鼠标悬停时预览该文件)。 这可以使用“itextsharp”来完成吗?或者有更有效的方法来做到这一点吗? 我看到像“PDF Extractor”这样的 SDK,它可以让我捕获 pdf 页面“内部”的图像,但没有任何东西可以让我拍摄 pdf 页面的快照/预览。 有人可以对此提供一些见解吗?我将非常感谢任何帮助。
I need to get a snapshot of a pdf page and store it as a '.gif' file.(just to let the user preview the file on mouse hover before opening it).
Can this be done using "itextsharp"? Or is there a more efficient way of doing this?
I saw SDK's like "PDF Extractor" which let me capture images 'inside' the pdf page, but nothing that lets me take a snapshot/preview of the pdf page.
Can somebody please provide some insight in to this. I would highly appreciate any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要使用光栅图像处理器(RIP)(例如 Ghostscript)或其他解释器(例如 www.tallcomponents.com 中的东西)
you will need to use a Raster Image Processor (RIP) like Ghostscript or other interpreter like something from www.tallcomponents.com