fop(1)

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"

ENVIRONMENT

You can set the environment variable JAVA_OPTS with options that are passed to the java interpreter.

AUTHOR

Wrapper author: Ola Lundqvist <opal@debian.org>

SEE ALSO

Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout