Apache FOP Output Formats.pdf
文本预览下载声明
Apache FOP Output Formats
Version 627324
by Keiron Liddle, Art Welch
Table of contents
1 General Information 3
1.1 Fonts3
1.2 Output to a Printer or Other Device3
2 PDF3
2.1 Fonts3
2.2 Post-processing 4
2.3 Watermarks 5
3 PostScript5
3.1 Configuration 5
3.2 Limitations 5
4 PCL6
4.1 References6
4.2 Limitations 6
4.3 Configuration 6
4.4 Extensions 7
5 AFP7
5.1 References 8
5.2 Limitations 8
5.3 Configuration 8
5.4 Extensions 10
6 RTF 11
7 XML (Area Tree XML) 12
8 Java2D/AWT 12
9 Print 12
PDF created by Apache FOP
/fop/
Apache FOP Output Formats
10 Bitmap (TIFF/PNG) 12
10.1 Configuration12
10.2 TIFF-specific Configuration 13
11 TXT13
12 Output Formats in the Sandbox 14
12.1 MIF 14
12.2 SVG 14
13 Wish list 14
PDF created by Apache FOP 2
/fop/
Apache FOP Output Formats
FOP supports multiple output formats by using a different renderer for each format. The renderers do not
all have the same set of capabilities, sometimes because of the output format itself, sometimes because
some renderers get more development attention than others.
1 General Information
1.1 Fonts
Most FOP renderers use a FOP-specific system for font registration. However, the Java2D/AWT and
print renderers use the Java AWT package, which gets its font information from the operating s
显示全部