如何在 Java 中将 PDF 转换为 JPEG?
我一直在尝试用 Java 将 PDF 转换为图像 - 我尝试了 PDFBox,但它实际上转换的分辨率非常糟糕。
有没有其他方法可以将 PDF 转换为高质量的图像?
如果有一个选项可以使用 PDFBox 执行此操作,您能给我一些示例代码吗?
我已经尝试了 1 个多星期了...
谢谢。
I have been trying to convert PDFs to images in Java - I tried PDFBox but it actually converts with a pretty bad resolution.
Is there any other method that I can use to convert PDFs to images with fine quality?
If there is an option to do that with PDFBox, could you give me some sample code as well?
I have been trying this more than 1 week now...
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试以下之一:
两者都是 PDFBox 的替代品。
Try one of:
Both are PDFBox alternatives.
JPedal 示例之一利用 PDF 中的任何高分辨率图像对输出进行上采样,以获得最佳质量 (http://www.jpedal.org/support_egHiRes.php)。
One of the JPedal examples takes advantage of any high resolution images in the PDF to upsample the output for best quality (http://www.jpedal.org/support_egHiRes.php).