From: Peter Bernard West Date: Tue, 7 May 2002 14:42:58 +0000 (+0000) Subject: Initial checkin of versions for experimental code. X-Git-Tag: FOP_Alt-Design_Migration~25 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=820223c182e1200f4a2d192b38678cc012235d27;p=xmlgraphics-fop.git Initial checkin of versions for experimental code. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@194784 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/conf/config.dtd b/conf/config.dtd index d51a1a96c..1a60ead8a 100644 --- a/conf/config.dtd +++ b/conf/config.dtd @@ -3,4 +3,4 @@ - \ No newline at end of file + diff --git a/conf/config.xml b/conf/config.xml index 6d75a5859..ea99eca4c 100644 --- a/conf/config.xml +++ b/conf/config.xml @@ -1,3 +1,5 @@ + + @@ -5,7 +7,7 @@ version - FOP @version@ + FOP 0.20.0 Alt-Design @@ -14,8 +16,8 @@ quiet false - + debugMode false @@ -27,14 +29,18 @@ - debugMode - false + userConfigFileName + userconfig.xml + + languageConfigFileName + xml-lang.xml + + stream objects within the PDF file. These are normally used for + compression --> stream-filter-list @@ -42,11 +48,11 @@ flate + This provides about a 4:5 expansion of data size --> ascii-85 + This filter is not recommended as it doubles the data size --> diff --git a/conf/userconfig.xml b/conf/userconfig.xml index 0ccc6e01a..0a7a4bb05 100644 --- a/conf/userconfig.xml +++ b/conf/userconfig.xml @@ -7,9 +7,38 @@ Usage: java org.apache.fop.apps.Fop -c userconfig.xml -fo fo-file -pdf pdf-file --> - + + debugMode + true + + + + foFileName + /home/pbw/public_html/xml/newtest3.fo + + + + inputMode + fo + + + + foFileName + /home/pbw/public_html/xml/newtest3.fo + + + + outputMode + pdf + + + + outputFileName + /home/pbw/public_html/xml/newtest3.pdf + +