如何使用java将PDF文件转换为PPT文件?
我想用java将pdf文件转换为ppt文件。
是否有任何第三方库可以实现此目的,我该如何使用它?
I want to convert a pdf file to a ppt file in java.
Is there any third party library for this and how can i use it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用Open-Office API。
我个人不太喜欢 API,因为:
但使用 API 是可以的。
You can use the Open-Office API.
I am personally not too fond of the API due to;
But it is possible using the API.