I have attached a small file named table.fo.
I issue command:
fop.bat table.fo table.pdf
in Fop instalation directory.
Here is the content of my fop.bat (for Win):
java -cp build\fop.jar;lib\batik.jar;lib\xalan-2.0.0.jar;lib\xerces-1.2.3.jar;lib\jimi-1.0.jar
org.apache.fop.apps.Fop %1 %2 %3 %4 %5 %6 %7 %8
And here is fop.sh (for Linux):
#!/bin/sh
java -cp build/fop.jar:lib/batik.jar:lib/xalan-2.0.0.jar:lib/xerces-1.2.3.jar:lib/jimi-1.0.jar
org.apache.fop.apps.Fop "$@"
I left everything by the default since I dowloaded Fop-0.20.1.
I wrote this just in case something was wrong with table.fo or fop.bat. Maybe this information
is not enough to determine what is wrong. We will also check Linux.
Thank you very very much!!
|