当前位置: 首页 > news >正文

基因网站开发wordpress 简码 文章图片

基因网站开发,wordpress 简码 文章图片,怎样收录网站,富源县建设局网站一、免费方式 优点#xff1a;1、免费#xff1b;2、在众多免费中挑选出的转换效果相对较好#xff0c;并且不用像openOffice那样安装服务 缺点#xff1a;1、对字体支持没有很好#xff0c;需要安装字体库或者使用宋体#xff08;对宋体支持很好#xff09;2、对于使…一、免费方式 优点1、免费2、在众多免费中挑选出的转换效果相对较好并且不用像openOffice那样安装服务 缺点1、对字体支持没有很好需要安装字体库或者使用宋体对宋体支持很好2、对于使用freeMarker模板转化过来的doc无法读取转换 第一步 dependencygroupIdorg.apache.poi/groupIdartifactIdpoi-ooxml/artifactIdversion3.17/version/dependencydependencygroupIdfr.opensagres.xdocreport/groupIdartifactIdfr.opensagres.poi.xwpf.converter.pdf-gae/artifactIdversion2.0.1/version/dependency 第二步 public static void main(String[] args) throws Exception {FileInputStream fileInputStream new FileInputStream(D:\\test\\研判报告docx.docx);XWPFDocument xwpfDocument new XWPFDocument(fileInputStream); // 将word中字体转化为宋体防止其他字体无法正常显示setFontType(xwpfDocument);FileOutputStream fileOutputStream new FileOutputStream(D:\\test\\研判报告11.docx);PdfConverter.getInstance().convert(xwpfDocument,fileOutputStream,pdfOptions);fileInputStream.close();fileOutputStream.close();}/**** 将文档的文字设置为宋体 防止其他字体转pdf不显示* Description:* param xwpfDocument* return:*/private static void setFontType(XWPFDocument xwpfDocument) {//转换文档中文字字体ListXWPFParagraph paragraphs xwpfDocument.getParagraphs();if(paragraphs ! null paragraphs.size()0){for (XWPFParagraph paragraph : paragraphs) {ListXWPFRun runs paragraph.getRuns();if(runs !null runs.size()0){for (XWPFRun run : runs) {run.setFontFamily(宋体);}}}}//转换表格里的字体 我也不想俄罗斯套娃但是不套真不能设置字体ListXWPFTable tables xwpfDocument.getTables();for (XWPFTable table : tables) {ListXWPFTableRow rows table.getRows();for (XWPFTableRow row : rows) {ListXWPFTableCell tableCells row.getTableCells();for (XWPFTableCell tableCell : tableCells) {ListXWPFParagraph paragraphs1 tableCell.getParagraphs();for (XWPFParagraph xwpfParagraph : paragraphs1) {ListXWPFRun runs xwpfParagraph.getRuns();for (XWPFRun run : runs) {run.setFontFamily(宋体);}}}}}} 二、收费方式 除了收费没啥缺点 1、freemarker生成word模板 ①、自己新建一个word文档内容就按照需要的格式内容 ②、word文档另存为选择xml格式 ③、修改xml后缀为ftl放在如图位置 ④代码 public static void main(String[] args) throws Exception {//1.创建配置类Configuration configurationnew Configuration(Configuration.getVersion());//2.设置模板所在的目录configuration.setDirectoryForTemplateLoading(new File(.\\template));//3.设置字符集configuration.setDefaultEncoding(utf-8);//4.加载模板Template template configuration.getTemplate(研判报告docx.ftl);//5.创建数据模型Map mapnew HashMap();map.put(name,姓名姓名);map.put(idCard,身份证号码);map.put(age,36);map.put(sex,男);MapString, Object data1 new HashMap();data1.put(item,map);Writer out new FileWriter(new File(.\\template\\研判报告docx.docx));//7.输出template.process(data1, out);//8.关闭Writer对象out.close();} 2、word转pdf ①、新建asposeLicense.xml放到如图位置 asposeLicense.xml内容 LicenseDataProductsProductAspose.Total for Java/ProductProductAspose.Words for Java/Product/ProductsEditionTypeEnterprise/EditionTypeSubscriptionExpiry20991231/SubscriptionExpiryLicenseExpiry20991231/LicenseExpirySerialNumber8bfe198c-7f0c-4ef8-8ff0-acc3237bf0d7/SerialNumber/DataSignaturesNLLKGMUdF0r8O1kKilWAGdgfs2BvJb/2Xp8p5iuDVfZXmhppod0Ran1P9TKdjV4ABwAgKXxJ3jcQTqE/2IRfqwnPf8itN8aFZlV3TJPYeD3yWE7IT55Gz6EijUpC7aKeoohTb4w2fpox58wWoF3SNp6sK6jDfiAUGEHYJ9pjU/Signature /License ②、代码 public static void main(String[] args) {String docPath .\\template\\研判报告docx.docx;String savePath .\\template\\研判报告docx4.pdf;word2pdf(docPath, savePath);}public static void word2pdf(String docPath, String savePath) {try {ClassPathResource resource new ClassPathResource(asposeLicense.xml);InputStream inputStream resource.getInputStream();License license new License();license.setLicense(inputStream);com.aspose.words.Document document new com.aspose.words.Document(docPath);document.save(new FileOutputStream(new File(savePath)), SaveFormat.PDF);} catch (Exception e) {e.printStackTrace();}}
http://www.hkea.cn/news/14570024/

相关文章:

  • 漳州做网站多少钱你好南京网站
  • 昆山市住房和城乡建设网站成品源码1277
  • 建站公司用的服务器seo公司优化
  • 江苏 网站建设惠州做网站公司
  • asp.net 公司网站怎么申请网页域名
  • 成熟的网站怎么做seo推广好的竞价推广托管
  • wordpress企业站主题哪个好集团网站策划
  • 白云区pc端网站建设餐饮公司 网站建设
  • 网站怎么做域名解析html什么意思
  • 硅胶东莞网站建设wordpress许愿插件
  • 大同网站建设制作网页制作免费下载
  • 红酒公司网站建设85度c蛋糕房网站系统建设
  • 企业网站建设公司选择分析什么网站做任务可以赚钱
  • 泰州网站建设物美价廉wordpress浏览器上主题怎么改名
  • 公司网站市场价anylink wordpress
  • 有做lol直播网站有哪些人怎么进行网络推广
  • 惠州网站优化建设网站建设的论文
  • 安宁市建设厅网站重庆专业的网站建设
  • 优秀的定制网站建设公司做影视网站对服务器要求
  • 网站淘宝客一般怎么做免费注册163
  • 建网站投放广告赚钱做中东服装有什么网站
  • python可以做的网站论文wordpress首页菜单怎么设置
  • 二级域名分发网站制作相册影集app
  • 建设医院的网站布吉做棋牌网站建设哪家技术好
  • 网页制作与网站开发从入门到精通免费做长图的网站
  • 做电商网站价格表做网站哪家正规
  • 如何用网站做淘宝联盟个人备案经营网站备案吗
  • 六安人社局网站杭州网站设计公司推荐
  • wordpress模板电子书下载站互联网广告服务经营范围
  • 开个做网站公司怎么清空wordpress媒体库