1 Star 0 Fork 0

铂金小哥/document

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
base-fop.xconf 982 Bytes
一键复制 编辑 原始数据 按行查看 历史
铂金小哥 提交于 2023-06-29 09:17 . add base-fop.xconf
<?xml version="1.0"?>
<!-- fop版本 -->
<fop version="1.0">
<!-- 当前路径(项目所在路径) -->
<base>.</base>
<!-- 默认源图像 dpi(每英寸点数像素) -->
<source-resolution>72</source-resolution>
<!-- 默认目标图像 dpi(每英寸点数像素),默认: 72dpi -->
<target-resolution>72</target-resolution>
<!-- 默认页面宽度与高度(A4) -->
<default-page-settings width="21cm" height="29.7cm"/>
<!-- 渲染器 -->
<renderers>
<!-- pdf 渲染器 -->
<renderer mime="application/pdf">
<!-- 过滤器 -->
<filterList>
<!-- 默认使用 flate 依赖压缩 -->
<value>flate</value>
</filterList>
<!-- 字体 -->
<fonts>
<!-- 自动扫描系统全部字体 -->
<auto-detect/>
</fonts>
</renderer>
</renderers>
</fop>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yangmingge8/document.git
[email protected]:yangmingge8/document.git
yangmingge8
document
document
master

搜索帮助