From a58e3247fb8acecc969ae79c0259956e6e2b148d Mon Sep 17 00:00:00 2001
From: Manuel Mall
Date: Wed, 12 Apr 2006 14:41:06 +0000
Subject: [PATCH] Conversion of web site to 0.92 release - step 2
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_92@393470 13f79535-47bb-0310-9956-ffa450edef68
---
.../content/xdocs/0.92/anttask.xml | 4 +-
.../content/xdocs/0.92/configuration.xml | 71 ++-
.../content/xdocs/0.92/embedding.xml | 446 ++++++++++--------
.../content/xdocs/0.92/fonts.xml | 52 +-
.../content/xdocs/0.92/hyphenation.xml | 2 +-
.../content/xdocs/0.92/intermediate.xml | 145 ++++++
.../content/xdocs/0.92/output.xml | 52 +-
src/documentation/content/xdocs/0.92/pdfa.xml | 132 ++++++
.../content/xdocs/0.92/pdfencryption.xml | 22 +-
.../content/xdocs/0.92/running.xml | 6 +-
.../content/xdocs/0.92/servlets.xml | 40 +-
.../content/xdocs/0.92/upgrading.xml | 18 +-
src/documentation/content/xdocs/site.xml | 2 +
13 files changed, 735 insertions(+), 257 deletions(-)
create mode 100644 src/documentation/content/xdocs/0.92/intermediate.xml
create mode 100644 src/documentation/content/xdocs/0.92/pdfa.xml
diff --git a/src/documentation/content/xdocs/0.92/anttask.xml b/src/documentation/content/xdocs/0.92/anttask.xml
index fd8a7e0dc..ba21c861a 100644
--- a/src/documentation/content/xdocs/0.92/anttask.xml
+++ b/src/documentation/content/xdocs/0.92/anttask.xml
@@ -1,6 +1,6 @@
./
+
+ ./
+
72
@@ -178,6 +196,55 @@
The details on the font configuration can be found on the separate Fonts page.
Note especially the section entitled Register Fonts with FOP.
+
+ Special Settings for the PDF Renderer
+
+ The configuration element for the PDF renderer contains two elements. One is for the font configuration
+ (please follow the link above) and one is for the "filter list". The filter list controls how the
+ individual objects in a PDF file are encoded. By default, all objects get "flate" encoded (i.e. simply
+ compressed with the same algorithm that is also used in ZIP files). Most users don't need to change that
+ setting. For debugging purposes, it may be desired not to compress the internal objects at all so the
+ generated PDF commands can be read. In that case, you can simply use the following filter list. The
+ second filter list (type="image") ensures that all images still get compressed but also ASCII-85 encoded
+ so the produced PDF file is still easily readable in a text editor.
+
+
+
+
+ Special Settings for the PostScript Renderer
+
+ Besides the normal font configuration (the same "fonts" element as for the PDF renderer) the PostScript
+ renderer has an additional setting to force landscape pages to be rotated to fit on a page inserted into
+ the printer in portrait mode. Set the value to "true" to activate this feature. The default is "false".
+ Example:
+