aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorAdrian Cumiskey <acumiskey@apache.org>2008-09-03 16:32:24 +0000
committerAdrian Cumiskey <acumiskey@apache.org>2008-09-03 16:32:24 +0000
commitd0227114765d0ff051ba24d59dd62fd4a63d4e46 (patch)
tree9e37c5d7b70c7e3aac1f98162d05c8d5a3b670e1 /src/documentation
parent156442bbaea7db872f3d5f05835b4452594e9b68 (diff)
downloadxmlgraphics-fop-d0227114765d0ff051ba24d59dd62fd4a63d4e46.tar.gz
xmlgraphics-fop-d0227114765d0ff051ba24d59dd62fd4a63d4e46.zip
Documentation for native image support.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@691671 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r--src/documentation/content/xdocs/trunk/configuration.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/documentation/content/xdocs/trunk/configuration.xml b/src/documentation/content/xdocs/trunk/configuration.xml
index 81b4d40ac..131b89a37 100644
--- a/src/documentation/content/xdocs/trunk/configuration.xml
+++ b/src/documentation/content/xdocs/trunk/configuration.xml
@@ -376,13 +376,14 @@
Additionally, there are certain settings that control how the renderer handles various elements.
</p>
<source><![CDATA[<renderer mime="application/x-afp">
- <images mode="b+w" bits-per-pixel="8"/>
+ <images mode="b+w" bits-per-pixel="8" native="true"/>
<renderer-resolution>240</renderer-resolution>
+
+ <!-- a default external resource group file -->
<resource-group-file>resources.afp</resource-group-file>
- <goca-enabled/>
</renderer>]]></source>
<p>
- The default value for the "images mode" setting is "b+w" (black and white). When the setting is "color" a "bits-per-pixel" setting can be provided
+ The default value for the "images mode" setting is "b+w" (black and white). When the setting is "color" a "bits-per-pixel" setting can be provided. When the setting "native" is set to true, images (TIFF, JPEG and Encapsulated Postscript) will be placed in the datastream in their native form using a MO:DCA Object Container.
</p>
<p>
The default value for the "renderer-resolution" is 240 dpi.
@@ -393,7 +394,7 @@
</p>
-->
<p>
- By default if there is no configuration definition for "resource-group-file" all resources will be placed inline within the containing page.
+ By default if there is no configuration definition for "resource-group-file", external resources will be placed in a file called resources.afp.
</p>
</section>
</section>