概述
代码:
//创建Presentation对象
Presentation ppt = new Presentation();
//加载示例文档
ppt.loadFromFile(path1);
//保存为PDF文档
ppt.saveToFile("1111.pdf", FileFormat.PDF);
ppt.dispose();
依赖:
<dependencies>
<dependency>
<groupId> e-iceblue </groupId>
<artifactId>spire.pdf</artifactId>
<version>3.11.6</version>
</dependency>
<dependency>
<groupId> e-iceblue </groupId>
<artifactId>spire.presentation.free</artifactId>
<version>2.6.1</version>
</dependency>
</dependencies>
最后
以上就是喜悦裙子为你收集整理的Java PPT转PDF的全部内容,希望文章能够帮你解决Java PPT转PDF所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复