1 Star 0 Fork 105

hello sir/aspose-words-crack

forked from 唐鹏/aspose-words-crack 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Office2PdfTest.java 738 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuzy 提交于 2021-06-02 18:19 . readme
import com.aspose.words.Document;
import com.aspose.words.SaveFormat;
import java.io.File;
import java.io.FileOutputStream;
public class Office2PdfTest {
public static void main(String[] args) {
try {
String src = "文档.docx";
String dst = "文档.pdf";
long start = System.currentTimeMillis();
File file = new File(dst);
FileOutputStream os = new FileOutputStream(file);
Document doc = new Document(src);
doc.save(os, SaveFormat.PDF);
os.close();
System.out.println("convert cost " + (System.currentTimeMillis() - start) + "ms");
} catch (Exception e) {
e.printStackTrace();
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huweidong-ai/aspose-words-crack.git
[email protected]:huweidong-ai/aspose-words-crack.git
huweidong-ai
aspose-words-crack
aspose-words-crack
master

搜索帮助