From: Jeremias Maerki Date: Wed, 5 Apr 2006 14:03:49 +0000 (+0000) Subject: Small update to page on output formats. X-Git-Tag: fop-0_92-beta~30 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=573cb063a34516657998dd8153c7d1cfe0877a76;p=xmlgraphics-fop.git Small update to page on output formats. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@391616 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml index 22f5c6e49..0d826f504 100644 --- a/src/documentation/content/xdocs/trunk/output.xml +++ b/src/documentation/content/xdocs/trunk/output.xml @@ -67,8 +67,8 @@

- Set the OutputStream (out) to the PCLRenderer and it happily sends the - PCL to the UNIX printer queue. + Set the output MIME type to "application/x-pcl" (MimeConstants.MIME_PCL) and + it happily sends the PCL to the UNIX printer queue.

@@ -83,7 +83,8 @@ out = proc.getOutputStream();]]> compatible.

- Note that FOP does not currently support "tagged PDF", PDF/X or PDF/A. + Note that FOP does not currently support "tagged PDF", PDF/X or PDF/A. Support + for PDF/A-1b is in the works, however.

Fonts @@ -222,9 +223,13 @@ out = proc.getOutputStream();]]>
XML (Area Tree XML)

- This is for testing and verification. The XML created is simply - a representation of the internal area tree put into XML. It does - not perform any other purpose. + This is primarily for testing and verification. The XML created is simply + a representation of the internal area tree put into XML. We use that to verify + the functionality of FOP's layout engine. +

+

+ The other use case of the Area Tree XML is as FOP's "intermediate format". More information + on that can be found on the page dedicated to the Intermediate Format.