Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要的是一种使用图像映射(超链接)将 PDF 文件解析为 HTML 的方法,并且图像必须为 jpg 格式。
我有一个杂志阅读器,我需要每个超链接的图像和位置、href 和大小。
解决方案需要运行到 linux 服务器上。
有什么建议么?非常感谢!
您应该查看pdf2html 项目或pdf2htmlEX。
这也需要一些调整才能将 png 转换为 jpg。
这很简单:
convert foo.png foo.jpg
使用 ImageMagick 工具。
请参阅自述文件。