Specifying a 'Conversion Job'

The first thing to be done is to create the conversion job file. Basically, you detail each conversion task and Add (pressing the Add button) it to the tasks to be done. Once you are satisfied with the task list, save the conversion job file from the File menu. Before saving, be sure that you press the Rewind button to ensure that the entire task list is executed from the command line.

The syntax for specifying a conversion job is:

ConvertPPT /J{ConversionJobFile} [/V] [/L{LogFile}] [/B{LogToJobFile}]

Items above enclosed in square brackets "[ ]" are optional, all other 'switches' are required. Therefore /J should always be specified on the command line.

Example:

To run the conversion job specified by the "C:\MyJobs\ApplesOranges.SII" type the following in at the command prompt:

ConvertPPT /J "C:\MyJobs\SlideConversions.SII"

You can include or exclude spaces between switches and parameters. For example, "/Y6" is the same as "/Y 6". For long file names you may be required to use double quotes. For example, /J " C:\MyJobs\SlideShow.PPT".

See Also "Command Line Switch Specification"

See Also "File Type Constants Specification"

Example: PPT to Text File Conversions
Example: PPT to Various File Format Conversions
Example: HTML to Various File Format Conversions