"License aposeLic = new License();\n aposeLic.setLicense("D:\work\project\prit-research-comment\src\main\resources\Aspose.Words.lic");\n\n Document doc = new Document("D:\work\project\prit-research-comment\src\main\resources\科锐国际调研纪要.doc");\n //设置样式\n doc.getStyles().getByStyleIdentifier(StyleIdentifier.TOC_1).getFont().setSize(10.5);\n doc.getStyles().getByStyleIdentifier(StyleIdentifier.TOC_1).getFont().setBold(true);\n doc.getStyles().getByStyleIdentifier(StyleIdentifier.TOC_1).getFont().setName("宋体");\n doc.getStyles().getByStyleIdentifier(StyleIdentifier.TOC_1).getParagraphFormat().setLineSpacing(18);\n //保存为PDF格式\n doc.save("D:\work\project\prit-research-comment\src\main\resources\科锐国际调研纪要.pdf", SaveFormat.PDF);\n\n在代码中设置字体替代内容:doc.getStyles().getByStyleIdentifier(StyleIdentifier.TOC_1).getFont().setName("宋体");


原文地址: https://www.cveoy.top/t/topic/pL0S 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录