使用 Java 将文件 .pptx 转换为图像

发布于 2024-11-13 08:48:18 字数 93 浏览 1 评论 0原文

有没有办法把pptx转成图片?我的目标是最终生成一个PDF文件。 我尝试使用 Aspose 但存在一些问题。对于 Apache POI,它不支持 PPTX。还有其他想法吗?

Is there a way to convert pptx to an image? My aim is to finally generate an PDF file.
I try with Aspose but there are some issue. With Apache POI, it don't support PPTX. Any other idea?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

时光无声 2024-11-20 08:48:18

DocX4j 可能对您有帮助,与 Batik 结合使用(从 SVVG 到 PDF)

注意:我还没有测试过它

There is a PPTX SVGExporter in DocX4j that may help you, in conjonction with Batik (from SVVG to PDF)

Note : I've not tested it

书间行客 2024-11-20 08:48:18

您也许可以编写一个小型本机库,供 Java 调用来执行操作。我非常确定您可以使用 .NET 语言或 C++ 连接到 powerpoint 并将其“打印”为 PDF 或其他可用格式。 这里是一个小型示例应用程序,进行一些自动化操作。

You may be able to write a small native library that Java calls to do the operation. I'm pretty sure you can use a .NET language or C++ to connect to powerpoint and have it "print" to either PDF or some other usable format. Here is a small sample application which does some automation.

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