Wouldn't convert fo file to pdf PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3124 *** shadow/3124 Tue Aug 14 11:29:52 2001 --- shadow/3124.tmp.8167 Tue Aug 14 11:29:52 2001 *************** *** 0 **** --- 1,65 ---- + +============================================================================+ + | Wouldn't convert fo file to pdf | + +----------------------------------------------------------------------------+ + | Bug #: 3124 Product: Fop | + | Status: NEW Version: all | + | Resolution: Platform: Other | + | Severity: Normal OS/Version: Other | + | Priority: Other Component: general | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Here's the message. + + C:\software\Fop-0.18.1-DEV>Fop -d -xsl sonnet-rhyme-scheme.xsl -xml sonnet.xml - + pdf sonnet.pdf + + C:\software\Fop-0.18.1-DEV>java -cp fop.jar;lib\w3c.jar;lib\xalan-2.0.0.jar;lib\ + xerces-1.2.3.jar;lib\jimi-1.0.jar org.apache.fop.apps.Fop -d -xsl sonnet-rhyme-s + cheme.xsl -xml sonnet.xml -pdf sonnet.pdf + + ERROR: Don't know what to do with + + + USAGE + Fop [options] [-fo|-xml] infile [-xsl file] [-awt|-pdf|-mif|-pcl|-txt|-print] <o + utfile> + [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 + see 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 or Fop -print foo.fo + Fop foo.fo -awt + + Version used is 0.18.1-DEV + + - Ritesh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]