diff options
author | Jeremias Maerki <jeremias@apache.org> | 2009-02-04 12:50:21 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2009-02-04 12:50:21 +0000 |
commit | 8ab837c32d7a38a7fa7742d335944e251b203a50 (patch) | |
tree | 33e6645e2c64303770bf528153c92a2f1e37af93 /src/documentation/content | |
parent | 10a61b4129930c946ad123730f91885c83896c6b (diff) | |
download | xmlgraphics-fop-8ab837c32d7a38a7fa7742d335944e251b203a50.tar.gz xmlgraphics-fop-8ab837c32d7a38a7fa7742d335944e251b203a50.zip |
AFP: A note about deployment in older environments.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@740719 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-rw-r--r-- | src/documentation/content/xdocs/trunk/output.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml index d8f396a42..1962800e0 100644 --- a/src/documentation/content/xdocs/trunk/output.xml +++ b/src/documentation/content/xdocs/trunk/output.xml @@ -461,6 +461,7 @@ out = proc.getOutputStream();]]></source> <ul> <li><a href="http://en.wikipedia.org/wiki/Advanced_Function_Presentation">AFP (Advanced Function Presentation)</a></li> <li><a href="http://wiki.apache.org/xmlgraphics-fop/AFPResources">AFP Resources on the FOP WIKI</a></li> + <li><a href="http://wiki.apache.org/xmlgraphics-fop/AFPOutput">Technical notes on AFP output in FOP</a></li> </ul> </section> <section id="afp-limitations"> @@ -476,6 +477,19 @@ out = proc.getOutputStream();]]></source> </li> </ul> </section> + <section id="afp-compatibility"> + <title>Deployment in older environments</title> + <p> + There are still a big number of older (or limited) MO:DCA/IPDS environments in production + out there. AFP has grown in functionality over time and not every environment supports the + latest features. We're trying to make AFP output work in as many environments as possible. + However, to make AFP output work on older environments it is recommended to set to + configuration to 1 bit per pixel (see below on how to do this). In this case, all images + are converted to bi-level images using IOCA function set 10 (FS10). If a higher number of + bits per pixel is configured, FOP has to switch to at least FS11 which may not work + everywhere. + </p> + </section> <section id="afp-configuration"> <title>Configuration</title> <section id="afp-font-config"> |