'Convert PowerPoint' is a Windows tool from SoftInterface that converts PPT and PPTX files to 12 output formats: PDF, DOC, RTF, TXT, HTM, JPG, GIF, BMP, TIF, PNG, EMF, and WMF. It runs from a graphical interface or the command line, supports unattended batch processing of entire folders, and is compatible with the latest version of Microsoft Office (back to MS Office 2010).
The tool offers per-slide control (select specific slides or ranges), speaker notes inclusion, slide and shape metadata in output, and password-protected PDF generation. RTF output supports two modes: textual-only conversion or graphics-included conversion that embeds slide images in editable Word format. For text-based outputs (DOC, RTF, HTM, TXT), additional post-processing options include concatenation across multiple decks, empty-line removal, and search-and-replace. Reusable jobs are saved as .SII files. Batches resume from interruption, recursive folder processing is built in, and source files can be moved or deleted after successful conversion.
'Convert PowerPoint' is used by many corporations for distributing decks as PDFs, extracting speaker notes, converting slides to images for web or document embedding, and converting presentations to editable Word documents. Free 30-day trial and 30-day money-back guarantee on every purchase.
'Convert PowerPoint' has been optimized for rapid conversions. Further it also allows for the saving/restoring of 'conversion jobs'. A 'conversion job' is one or more conversions. From simple to complex it can quickly recall past efforts.
Command line capability is basic to ALL of our software tools. Demo bat files are installed ready for testing and customization. We will help integrate our tool, just ask!
Move or remove files while converting PPT files is optional. Easy conversion of whole folders...of course it can.
If you have a big or repetitive PowerPoint conversion job, 'Convert PowerPoint' has a lot features and some specialized processes to facilitate. Such as:
In addition to being a PPT converter, many other special processes have been included. They are:
Plenty of PowerPoint converters exist. A few reasons users pick 'Convert PowerPoint' over the alternatives:
Local processing — your decks stay on your machine. Most online converters require uploading your presentations to their servers. 'Convert PowerPoint' runs entirely on Windows; nothing leaves your computer. Decisive for legal, financial, government, and corporate workflows where deck contents are confidential — board presentations, sales decks with pricing, internal strategy documents, M&A materials.
PPT and PPTX into 12 output formats. Most converters only produce PDF. 'Convert PowerPoint' produces PDF, DOC, RTF, TXT, HTM, JPG, GIF, BMP, TIF, PNG, EMF, and WMF — covering distribution (PDF), editable conversion (DOC, RTF), text extraction (TXT, HTM), and slide-by-slide image extraction (JPG, PNG, TIF). RTF output supports two modes: textual-only or with embedded slide graphics for Word editing.
Built for production batches with deck-specific controls. Drive jobs from Windows Task Scheduler, BAT files, or the built-in scheduler. Save complex jobs as reusable .SII files. Select specific slides or ranges, include speaker notes, add slide and shape metadata to output, generate password-protected PDFs, and apply post-processing (append, remove empty lines, search-and-replace) to text outputs. Batches resume from interruption; recursive folder processing is built in.
Risk-free evaluation. Free 30-day trial with full functionality — no time-bombed features. 30-day money-back guarantee after purchase if it doesn't fit your workflow.
Special Promotion: Buy 'Convert PowerPoint' and get 'Convert Doc', 'Convert XLS', and 'Convert Image' free!
What is the command line? The command line is one of the most widely known, accepted and implemented methods for allowing one software app to initiate another app. That's why we've made it our goal to make all of our software command line able.
Automate document conversions with the 'Convert PowerPoint' command line using:
See also:
Although we'll discuss the use of the command line here, it's only to give you a sample. For the full, accurate, and up to date information see the 'Convert PowerPoint' command line documentation. There you will also find a full list of examples and how to troubleshoot.
NOTE: After installation, you can find several simple batch (*.bat) files for quick and easy usage by going to Start\All Programs\Convert PowerPoint\Example Batch Files. These will work without modification provided the installation was in the default folder. Email us at if you have any questions or need additional examples. We will get you up and running fast!
There are two approaches to using the command line:
A 'Conversion Job' is easily built using the 'Convert PowerPoint' graphical user interface. All the details of the job are saved in a single conversion job file (e.g. 'c:\myjobs\Do-Multiple-PPT-Conversion.SII). Specifying a conversion job file with the command line is done by using the /J switch. You can have hundreds or thousands of tasks specified in the conversion job file, all of which will get executed in one fell swoop. 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 "C:\MyJobs\ApplesOranges.SII," type the following in at the 'Command Prompt':
ConvertPPT /J"C:\MyJobs\ApplesOranges.SII"
You can include or exclude spaces between switches and parameters. For example, "/C6" is the same as "/C 6".
For long file names you may be required to use double quotes. For example
/S"C:\Program Files\MyApp\MyPresentation.PPT".
Specifying a single conversion task requires a bit more effort, but does not require the prior creation of a 'Conversion Job' file. The documentation contains a comprehensive list of examples that are well organized. Therefore specifying a conversion task from the command line is matter of finding your specific case and modifying it for your needs. Again, please see the documentation for a complete list of examples. Below you'll find the most often used examples:
Note: Use the Verbose (/V) switch initially to see what the status of your conversion is and to help you perfect your command line. In verbose mode, ConvertPPT displays messages to indicate what went wrong or right with your command line.
Convert slides 2 through 5 of a PowerPoint file, C:\PowerPoint\Semi.ppt, to a single PDF format file named C:\PPTOutput\SemiPDF.pdf. Verbose mode invoked for on-screen confirmation. Use the following syntax:
ConvertPPT /S "C:\PowerPoint\Semi.ppt" /T "C:\PPTOutput\SemiPDF.pdf" /Y2 /Z5 /C300 /V
Note that Advanced PDF options cannot be set from the command line (e.g. Page and Document Settings, Paragraph Formatting, Font, etc.). They must be set in the user interface prior to using the command line.
Convert all slides of a PowerPoint file, C:\PowerPoint\Input.ppt, to a single DOC format file named C:\PPTOutput\SemiDOC.doc. Use the following syntax:
ConvertPPT /S "C:\PowerPoint\Input.ppt" /T "C:\PPTOutput\SemiDOC.doc" /C101 /V
Convert all PowerPoint files in the specified folder to HTML format, saving them in the same folder as the originals:
ConvertPPT /S "C:\PowerPoint\*.ppt" /G /C12 /E /V
To convert all slides of a PowerPoint file, C:\PowerPoint\Sample.ppt, to a single rich text format file named C:\PPTOutput\SemiRichText.rtf use the following syntax:
ConvertPPT /S "C:\PowerPoint\Sample.ppt" /T "C:\PPTOutput\SemiRichText.rtf" /C106 /V
Note that there are two RTF formats available, #6 and #106. Specifying RTF format with the number 6 will do a textual conversion only. Any text that may be embedded in a graphic within PowerPoint will be ignored and will not be converted. Specifying RTF format 106 will do a conversion that includes graphics, creating an image that will display in MS Word.
19
Years of 'Convert PowerPoint' development. Time tested for your demanding requirements.54
Non-profit organizations assisted. Are you a member of one? Let us know, we would like to help.110
Customers in 110 countries. 1 in 3 Fortune 500 companies use our software.16.50 (04/20/2026)