如何在 Java 中将 PDF 转换为 JPEG?

发布于 2024-11-26 09:01:04 字数 180 浏览 2 评论 0原文

我一直在尝试用 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 技术交流群。

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

发布评论

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

评论(2

落花浅忆 2024-12-03 09:01:04

尝试以下之一:

两者都是 PDFBox 的替代品。

Try one of:

Both are PDFBox alternatives.

完美的未来在梦里 2024-12-03 09:01:04

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).

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