From 863a06207962f6b522c085ef80833e5cadfd9174 Mon Sep 17 00:00:00 2001
From: Christian Geisert
- FOP has also an ANT task for integration into your build process.
-
+ FOP Ant task converts xsl-fo documents to PDF/PS/PCL/MIF/RTF output + (see Output formats for available formats).
++ FileSets are used to select files to render.
+Attribute | +Description | +Required | +
---|---|---|
fofile | +XSL-FO file to be rendered | +Only if there's no fileset | +
outfile | +Output filename | +Only when fofile is used (if there's no fileset) | +
format | +Possible ouput formats: + application/pdf + application/postscript + application/vnd.mif + application/rtf + application/vnd.hp-PCL + text/plain + text/xml + Defaults to application/pdf
+ |
+ No, default is application/pdf |
+
outdir | +Output directory | +Yes | +
basedir | +Directory to work from | +Yes | +
userconfig | +File with user configuration (same as the "-c" command line option) | +No | +
messagelevel | +Logging level + Possible values: error, warn, info, verbose, debug |
+ No; defaults to verbose | +
logFiles | +Controls whether the names of the files that are processed are logged or not | +No; default is true | +
+ FileSets are used to select files that will be rendered to the + selected output format.
+- + Converts one XSL-FO file to PDF:
-- See the full text of the announcement. -
++ Converts a whole directory of XSL-FO files to PostScript: +
+