aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/trunk/configuration.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-08-03 07:41:39 +0000
committerJeremias Maerki <jeremias@apache.org>2006-08-03 07:41:39 +0000
commit42471a761cf78619b02aa588c38d0aa85dfa0051 (patch)
tree67a97f72a34d970ec7584555501ab1b426d38d9b /src/documentation/content/xdocs/trunk/configuration.xml
parent055b132d624265bf7bfffb4f1c2991fd88849480 (diff)
downloadxmlgraphics-fop-42471a761cf78619b02aa588c38d0aa85dfa0051.tar.gz
xmlgraphics-fop-42471a761cf78619b02aa588c38d0aa85dfa0051.zip
Documentation update for the "output-profile" value necessary for PDF/X-3:2003.
Some updates for the config schema. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@428277 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/trunk/configuration.xml')
-rw-r--r--src/documentation/content/xdocs/trunk/configuration.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/configuration.xml b/src/documentation/content/xdocs/trunk/configuration.xml
index 53a48b2e8..99b92c7d3 100644
--- a/src/documentation/content/xdocs/trunk/configuration.xml
+++ b/src/documentation/content/xdocs/trunk/configuration.xml
@@ -221,6 +221,20 @@
<fonts....
</renderer>]]></source>
+ <p>
+ Another (optional) setting specific to the PDF Renderer is an output color profile, an ICC
+ color profile which indicates the target color space the PDF file is generated for. This
+ setting is mainly used in conjunction with the <a href="pdfx.html">PDF/X</a> feature.
+ An example:
+ </p>
+ <source><![CDATA[
+ <renderer mime="application/pdf">
+ <filterList...
+
+ <output-profile>C:\FOP\Color\EuropeISOCoatedFOGRA27.icc</output-profile>
+
+ <fonts....
+ </renderer>]]></source>
</section>
<section id="ps-renderer">
<title>Special Settings for the PostScript Renderer</title>