https://www.x-easypdf.cn 项目概述 x-easypdf基于pdfbox/fop二次封装,拥有两大模块:pdfbox模块极大降低pdfbox的使用门槛,以组件化的形式进行pdf的构建;fop模块采用数据源的方式对xsl-fo模板进行转换。两个模块均可单独使用,也可以结合使用,帮助开发者快速生成pdf文档。 当前版本 v2.10.0 使用环境 jdk 1.8+ ...
代码如下: ByteArrayOutputStream outputStream = new ByteArrayOutputStream();// 定义fop配置文件路径String configPath ="D:\\test\\pdf\\fop.xconf";// 定义xsl-fo模板路径String templatePath ="D:\\test\\pdf\\template.fo";// 定义xml数据路径String xmlPath ="D:\\test\\pdf\\data.xml";// 定...
x-easypdf简介 fop模块 主打pdf 导出功能,基于xsl-fo模板生成pdf文档,以数据源的方式进行模板渲染,并内置xml 数据源、thymeleaf数据源、 freemarker数据源、jte数据源、document数据源等多种数据源,同时提供java对象的方式构建pdf文档。 pdfbox模块 主打pdf编辑功能,采用组件化的形式进行pdf的构建,同时提供自动换行与分...
DocumentDataSource,FreemarkerDataSource,JteDataSource,ThymeleafDataSource,XMLDataSource public interfaceDataSource pdf模板数据源 Since: 1.8 Copyright (c) 2020 xsx All Rights Reserved. x-easypdf-fop is licensed under the Mulan PSL v2. You can use this software according to the terms and conditions...
【pdfbox】新增创建表单单选字段的方法 【pdfbox】新增创建表单多选字段的方法 【pdfbox】新增填写表单单选字段的方法 【pdfbox】新增填写表单多选字段的方法 【pdfbox】优化文本渲染逻辑 【fop】修复与pdfbox模块兼容性问题 【fop】修复表格中数字不换行问题 ...
pdf模板水印(文本) Package org.dromara.pdf.fop.handler Description Since: 1.8 Copyright (c) 2020 xsx All Rights Reserved. x-easypdf-fop is licensed under Mulan PSL v2. You can use this software according to the terms and conditions of the Mulan PSL v2. You may obtain a copy of Mulan ...
https://www.x-easypdf.cn 项目概述 x-easypdf基于pdfbox/fop二次封装,拥有两大模块:pdfbox模块极大降低pdfbox的使用门槛,以组件化的形式进行pdf的构建;fop模块采用数据源的方式对xsl-fo模板进行转换。两个模块均可单独使用,也可以结合使用,帮助开发者快速生成pdf文档。
x-easypdf-fop is licensed under Mulan PSL v2. You can use this software according to the terms and conditions of the Mulan PSL v2. You may obtain a copy of Mulan PSL v2 at: http://license.coscl.org.cn/MulanPSL2 THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRAN...
Class Summary ClassDescription CFFDataReader A class to read the CFF data from an OTF CFF font file. CFFDataReader.DICTEntry A class containing data for a dictionary entry Copyright © 2024. All rights reserved.
x-easypdf是一个java语言简化处理pdf的框架,包含fop模块与pdfbox模块,fop模块以创建功能为主,基于xsl-fo模板生成pdf文档,以数据源的方式进行模板渲染;pdfbox模块以编辑功能为主,对标准的pdfbox进行扩展,添加了成吨的功能。 当前版本 v3.2.1 使用环境 jdk 1.8+ 项目特性 fop模块 以创建功能为主,基于 xsl-fo...