NAME
fop -- Command line wrapper for the java version of fop.
SYNOPSIS
fop [options] [-fo|-xml] infile [-xsl file]
[-awt|-pdf|-mif|-pcl|-txt|-print] outfile
OPTIONS
-d debug mode
-x dump configuration settings
-q quiet mode
-c cfg.xml
use additional configuration file cfg.xml
-l lang
the language to use for user information
INPUT
infile
xsl:fo input file (the same as the next)
-fo infile
xsl:fo input file
-xml infile
xml input file, must be used together with -xsl
-xsl stylesheet
xslt stylesheet
OUTPUT
outfile
input will be rendered as pdf file into outfile
-pdf outfile
input will be rendered as pdf file (outfile req’d)
-awt
input will be displayed on screen
-mif outfile
input will be rendered as mif file (outfile req’d)
-pcl outfile
input will be rendered as pcl file (outfile req’d)
-txt outfile
input will be rendered as text file (outfile req’d)
-print
input file will be rendered and sent to the printer qsee options
with "-print help"
EXAMPLES
"fop foo.fo foo.pdf"
"fop -fo foo.fo -pdf foo.pdf"
does the same as the previous line
"fop -xsl foo.xsl -xml foo.xml -pdf foo.pdf"
"fop foo.fo -mif foo.mif"
"fop foo.fo -print"
"fop -print foo.fo"
does the same as the previous line
"fop foo.fo -awt"
HYPENATION
fop can make use of external hyphenation rules that can be supplied in
the form of a hyphenation jar. You can find such a one at
http://offo.sourceforge.net/.
To actually use that, set the FOP_HYPHENATION_PATH environment variable
to the full path of this file, or use configuration files, see below.
CONFIGURATION FILES
fop reads two configuration files on startup: /etc/fop.conf and
$HOME/.foprc. These are plain shell script files where you can define
for instance the FOP_HYPHENATION_PATH variable.
JAVA-WRAPPERS NOTE
This program is a shell script wrapper based on java-wrappers(7). You
therefore benefit from several features; please see the java-
wrappers(7) manual page for more information about them.
AUTHOR
Wrapper author: Ola Lundqvist <opal@debian.org>
SEE ALSO
fop-ttfreader(1), java-wrappers(7)