Format XML documents with FOP.
使用fop格式化xml文档。
Register the embedded font with FOP.
将嵌入字体注册 到FOP 中。
Transform using FOP in a servlet engine.
在servlet引擎中使用FOP进行转换。
Use the FOP libraries to generate PDFS.
使用fop库生成pdf。
Step 3: Register the embedded font with fop.
第3步:用FOP注册嵌入字体。
Here is an example command-line instruction to fop.
下面是到fop的一个命令行指令示例。
FOP recognizes the keep properties for table rows only.
FOP只识别表中行的keep特性。
Then use the FOP command in Listing 2 to generate the font matrix file.
然后使用清单2中的FOP命令生成字体规格文件。
This instruction tells the fop executable file to do the following.
本指令指示fop可执行文件执行以下操作。
Apache FOP USES the data file together with the stylesheet to produce the PDF.
ApacheFOP联合使用数据文件和样式表生成pdf。
FOP is the world's first print formatter driven by XSL Formatting Objects (XSL-FO).
FOP是由xsl格式化对象(XSL - FO)推动的世界上第一个打印格式化程序。
Those files are used by FOP to render text in fonts other than the ones listed above.
FOP用这些文件并以与上面所列字体不同的字体来显示文本。
It is a good idea to register the embedded font with FOP when you initialize the application.
初始化应用程序时用FOP注册嵌入字体是一个好主意。
Note: Specify column width explicitly if you plan to use Fop as described in this article.
注:如果您打算按本文描述的那样使用Fop的话,请明确指定列宽。
While a workaround for using the keep properties with FOP is available, it's only a partial one.
尽管存在通过FOP使用keep特性的变通方法,但它只是局部的解决方案。
PDF creation - This section show you how to use a XSL-FO renderer (FOP) to create a PDF document.
PDF的创建——本小节向您展示如何使用XSL - FO处理器(XSL - FOrenderer,FOP)来创建PD f文档。
I'll try to deal with the program only by relying on Fop to transform my intermediate fo documents.
我将试着仅依靠Fop转换我的中间fo文档来处理这个程序。
You can use XSL-FO and FOP to dynamically generate international PDF documents in Web applications.
可以使用XSL - FO和FOP在Web应用程序中动态生成国际化的PD f文档。
Listing 2 is another stylesheet excerpt that demonstrates the keep properties in a blind table with FOP.
清单2摘录了另一个样式表,它演示了使用FOP的隐形表中的keep特性。
The wrapper script then uses the fop application to generate the target output format from that file.
之后,这个包装器脚本使用fop应用程序从该文件生成目标输出格式。
Find out more about Fop, download the code, and access related resources at the Apache Fop home page.
可以在ApacheFop主页找出更多关于 Fop 的信息、下载代码以及访问相关资源。
The XSLT template assumes that FOP can handle the color value if there is one. The default color is black.
如果存在某种颜色,XSLT模板便假定FOP可以处理该颜色值。
Apache FOP Compliance page: Visit this page to explore the formatting possibilities in a FOP document.
ApacheFOPCompliancePage:访问此页面,探索FOP文档中的格式化可能性。
The Ant task, fop, transforms FO files, which are built with the FO stylesheets that come with DocBook XSL.
该Ant任务fop将转换FO文件,这些 FO 文件都是使用DocBookXSL 附带的 FO样式表构建的。
If you use Listing 1, FOP ignores the keep properties, which may still cause inappropriate page breaks.
如果您使用清单1,FOP就会忽略keep特性,而这样仍可能会导致不恰当的换页。
Our approach of generating PDF documents in Web applications is based on Formatting Objects Processor (FOP).
我们采用的在Web应用程序中生成pdf文档的方法是以格式化对象处理程序(Formatting Objects Processor, FOP)为基础。
Download Apache FOP for converting fo files to various formats, including PDF, from the Apache FOP site.
从ApacheFOP站点下载Apache FOP以将FO文件转换为包括pdf在内的各种格式。
However, the current FOP does not support the font-family list; it only USES the first font in the list, if that exists.
但是,当前的FOP不支持font -family列表,如果存在这样的列表,也只会使用列表中的第一个字体。
In addition, the FOP tool provides ways to convert Adobe type 1 fonts and Truetype fonts into XML font-metric files.
另外,FOP工具提供了一些方法将Adobetype1字体和Truetype字体转换为XMLfont - metric文件。
Listing 6 shows the last stage of the script, which USES the fop application to generate PDF or RTF output from an fo file.
清单6给出了此脚本的最后部分,其中,使用了fop应用程序从一个fo文件生成pdf或rtf输出。
应用推荐