在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
XDOC Office Server简介一个JavaEE服务,将Office文档转换为PDF,格式兼容性好。 安装部署
URL调用http://locahost:9090/xoffice?_xformat=*文档格式*&_file=*文档地址*&_watermark=*水印* 文档格式:doc、docx、xls、xlsx、ppt、pptx 文档地址:http协议地址,需要用UTF-8编码 水印:pdf水印文本 XOfficeClient调用public static void main(String[] args) { XOfficeClient xc = new XOfficeClient("http://localhost:9090"); try { xc.setWatermark("https://view.xdocin.com"); xc.to(new File("c:/tmp.docx"), new File("c:/tmp.pdf")); } catch (IOException e) { e.printStackTrace(); }} 开源协议MIT 技术支持 |
请发表评论