To customize the conversion of any output files, you can type additional parameters following the "-o" entry. For example, you may want to customize output as detailed here:
-- Convert a .PDF file to .JPG (for Web viewing)
-- Resize this image to 640x480
If so, type the additional parameters as shown here:
AcroXchange -i <SOURCE_FILE.PDF> -o <RESULTING_FILE.JPG > -f JPG -W 640 -H 480
Another example shows the additional parameters needed to accomplish the following:
-- Convert a .AI file to .DWF for display in CADViewer
AcroXchange -i <SOURCE_FILE.AI> -o <NEW_FILE.DWF> -f DWF