FOP

FOP

cms config

Important settings in conf/config.inc.php

sitemap entry

The rest is as usual

userconf

http://xml.apache.org/fop/configuration.html

Example from one of our projects

Generate Font Metrics

General Info

http://xml.apache.org/fop/fonts.html

java -cp /sw/share/java/fop/fop.jar org.apache.fop.fonts.apps.TTFReader eub_____.ttf eub.xml

worked for me on OS X

FOP and Batik on Linux Servers

Before JDK 1.4, you need an X11 instance on the server (urks..)

With JDK 1.4 you can add the option -Djava.awt.headless=true to java

under Linux for example, add to the /usr/bin/fop script

JAVA_OPTS="$JAVA_OPTS -Djava.awt.headless=true"

and it should work. For other solutions, see http://koala.ilog.fr/batik/mlists/batik-users/archives/msg02676.html

commandline tools

To import a whole directory structure in the BX_DATA dir, use the following

./bin/fs2db -d data/ -p / -l de,en -ir

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.