Home >Online Product Documentation >Table of Contents >Using Apache FOP to Generate NonPDF Output
The Apache FOP included with Stylus Studio is configured to output PDF.
java -cp "C:\Program Files\StylusStudio\bin\Plugins\Fop\fop.jar" org.apache.fop.apps.Fop -fo %1 -svg %2
Modify this sample command line according to where Stylus Studio is installed and what kind of output you want the FOP to generate. The last option, -svg in the example, can be any of the following:
-svg
-mif
-pcl
-txt
-at
-pdf
.txt