⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hello.fo

📁 使用fop进行html到PDF文件的生成
💻 FO
字号:
<?xml version="1.0" encoding="UTF-8"?><fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"     xmlns:html="http://www.w3.org/1999/xhtml"     writing-mode="lr-tb"     hyphenate="false"     text-align="start"     role="html:html">  <fo:layout-master-set>    <fo:simple-page-master page-width="auto" page-height="auto"                            master-name="all-pages">      <fo:region-body column-gap="12pt" column-count="1" margin-left="1in"                       margin-bottom="1in" margin-right="1in" margin-top="1in"/>      <fo:region-before display-align="before" extent="1in"                         region-name="page-header"/>      <fo:region-after display-align="after" extent="1in"                       region-name="page-footer"/>      <fo:region-start extent="1in"/>      <fo:region-end extent="1in"/>    </fo:simple-page-master>  </fo:layout-master-set>  <fo:page-sequence master-reference="all-pages">    <fo:title>Hello World</fo:title>    <fo:static-content flow-name="page-header">      <fo:block font-size="small" text-align="center" space-before="0.5in"                 space-before.conditionality="retain">        Hello World      </fo:block>    </fo:static-content>    <fo:static-content flow-name="page-footer">      <fo:block font-size="small" text-align="center" space-after="0.5in"                 space-after.conditionality="retain">        - <fo:page-number/> -      </fo:block>    </fo:static-content>    <fo:flow flow-name="xsl-region-body">      <fo:block role="html:body">        <fo:block space-before="1em" space-after="1em" role="html:p">          Hello World!        </fo:block>      </fo:block>    </fo:flow>  </fo:page-sequence></fo:root>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -