]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added afp to command line options help, marked mif and svg as experimental
authorManuel Mall <manuel@apache.org>
Mon, 8 Jan 2007 03:19:39 +0000 (03:19 +0000)
committerManuel Mall <manuel@apache.org>
Mon, 8 Jan 2007 03:19:39 +0000 (03:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493927 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/cli/CommandLineOptions.java

index cfd5a878eee401adb2e093ede7a0cf1287b35a97..ce6aa64b877a6fe2195f2e38fb0204ded60445ef 100644 (file)
@@ -929,14 +929,13 @@ public class CommandLineOptions {
             + "  -pdfa1b outfile   input will be rendered as PDF/A-1b compliant PDF\n"
             + "                    (outfile req'd, same as \"-pdf outfile -pdfprofile PDF/A-1b\")\n"
             + "  -awt              input will be displayed on screen \n"
-            + "  -mif outfile      input will be rendered as MIF (FrameMaker) (outfile req'd)\n"
             + "  -rtf outfile      input will be rendered as RTF (outfile req'd)\n"
-            + "  -tiff outfile     input will be rendered as TIFF (outfile req'd)\n"
-            + "  -png outfile      input will be rendered as PNG (outfile req'd)\n"
             + "  -pcl outfile      input will be rendered as PCL (outfile req'd) \n"
             + "  -ps outfile       input will be rendered as PostScript (outfile req'd) \n"
+            + "  -afp outfile      input will be rendered as AFP (outfile req'd)\n"
+            + "  -tiff outfile     input will be rendered as TIFF (outfile req'd)\n"
+            + "  -png outfile      input will be rendered as PNG (outfile req'd)\n"
             + "  -txt outfile      input will be rendered as plain text (outfile req'd) \n"
-            + "  -svg outfile      input will be rendered as an SVG slides file (outfile req'd) \n"
             + "  -at [mime] out    representation of area tree as XML (outfile req'd) \n"
             + "                    specify optional mime output to allow AT to be converted\n"
             + "                    to final format later\n"
@@ -945,6 +944,10 @@ public class CommandLineOptions {
             + "  -out mime outfile input will be rendered using the given MIME type\n"
             + "                    (outfile req'd) Example: \"-out application/pdf D:\\out.pdf\"\n"
             + "                    (Tip: \"-out list\" prints the list of supported MIME types)\n"
+            + "  -mif outfile      input will be rendered as MIF (FrameMaker) (outfile req'd)\n"
+            + "                    Experimental feature - requires additional fop-sandbox.jar.\n"
+            + "  -svg outfile      input will be rendered as an SVG slides file (outfile req'd) \n"
+            + "                    Experimental feature - requires additional fop-sandbox.jar.\n"
             + "\n"
             + "  -foout outfile    input will only be XSL transformed. The intermediate \n"
             + "                    XSL-FO file is saved and no rendering is performed. \n"