From 783816df9413d8950c8769d234e9750576130dfe Mon Sep 17 00:00:00 2001
From: Christian Geisert Examples for the use of xsl:fo can be found in the Fop distribution in
the subdirectory xml-fop/docs/examples/fo. You can start transformation of all fo files into pdf
- files by starting xml-fop/docs/examples/runtests. The resulting test files can be found in
- xml-fop/docs/examples/tests
+ files by starting xml-fop/docs/examples/runtests (only source distribution). The resulting test
+ files can be found in xml-fop/docs/examples/tests
At the moment the following files are part of the distribution:
diff --git a/docs/xml-docs/fop/fonts.xml b/docs/xml-docs/fop/fonts.xml
index 2702e3bb8..24a5438cd 100644
--- a/docs/xml-docs/fop/fonts.xml
+++ b/docs/xml-docs/fop/fonts.xml
@@ -22,12 +22,12 @@
Windows:
- java -cp build\fop.jar;lib\xerces.jar;lib\xalan.jar;lib\batik.jar
+
java -cp build\fop.jar;lib\xercesImpl-2.0.1.jar;lib\xml-apis.jar;lib\xalan-2.3.1.jar;lib\batik.jar
org.apache.fop.fonts.apps.PFMReader pfm-file xml-file
Unix:
- java -cp build/fop.jar:lib/xerces.jar:lib/xalan.jar:lib/batik.jar
+
java -cp build/fop.jar:lib/xercesImpl-2.0.1.jar:lib/xml-apis.jar:lib/xalan-2.3.1.jar:lib/batik.jar
org.apache.fop.fonts.apps.PFMReader pfm-file xml-file
The tool will construct some values (FontBBox, StemV and ItalicAngle) based on assumptions and @@ -78,7 +78,7 @@ the name cmr10.ttf and exists in c:\myfonts\):
- java org.apache.fop.fonts.apps.TTFReader C:\myfonts\cmr10.ttf C:\myfonts\cmr10.ttf ttfcm.xml
java -cp build\fop.jar;lib\xercesImpl-2.0.1.jar;lib\xml-apis.jar;lib\xalan-2.3.1.jar;lib\batik.jar org.apache.fop.fonts.apps.TTFReader C:\myfonts\cmr10.ttf C:\myfonts\cmr10.ttf ttfcm.xml
@@ -98,7 +98,7 @@
- java org.apache.fop.fonts.apps.TTFReader -ttcname "MS Mincho" msmincho.ttc msminch.xml
+ java -cp build\fop.jar;lib\xercesImpl-2.0.1.jar;lib\xml-apis.jar;lib\xalan-2.3.1.jar;lib\batik.jar org.apache.fop.fonts.apps.TTFReader -ttcname "MS Mincho" msmincho.ttc msminch.xml
Property values can be computed. Compound properties are also understood by Fop.
-
The latest version of Fop is 0.20.3 and it supports the +
The latest version of Fop is 0.20.4 and it supports the
You need to add a method in
+ src/org/apache/fop/svg/PDFGraphics2D.java
+ (search for jdk1.4 and remove the comments)
+
build javadocs
to generate them).
+ For a more detailed list of changes, see the CHANGES file in the root of the FOP distribution.