From 1b703845a6f4919d1e09c5976d22df6c8f15ba39 Mon Sep 17 00:00:00 2001
From: Vincent Hennebert
The build script uses Apache Ant, a popular
Java-based build tool, which usually requires that the environment variable JAVA_HOME point to
- your local JDK root directory. This is true even if you use JDK 1.2 or above, which normally
+ your local JDK root directory. This is true even if you use JDK 1.3 or above, which normally
does not need this setting.
To run the build:
- Additionally, there are certain settings that control who the renderer handles various elements. + Additionally, there are certain settings that control how the renderer handles various elements.
possible. The RTF output follows Microsoft's RTF specifications and produces best results on Microsoft Word. +FOP supports encryption of PDF output, thanks to Patrick C. Lankswert. This feature is commonly used to prevent diff --git a/src/documentation/content/xdocs/0.94/running.xml b/src/documentation/content/xdocs/0.94/running.xml index 74284d6d0..dc173d7a1 100644 --- a/src/documentation/content/xdocs/0.94/running.xml +++ b/src/documentation/content/xdocs/0.94/running.xml @@ -180,7 +180,7 @@ Fop [options] [-fo|-xml] infile [-xsl file] [-awt|-pdf|-mif|-rtf|-tiff|-png|-pcl Fop foo.fo -awt]]>
PDF encryption is only available if FOP was compiled with encryption support - and if compatible encryption support is availabe at run time. + and if compatible encryption support is available at run time. Currently, only the JCE is supported. Check the Details.
- One of FOP's stated design goals is to be able to process input of arbitrary size. - Addressing this goal is one of the prime motivations behind the - FOP Redesign. -