var fDesc=new Array(); fDesc[0] = "CZ Powerpoint to PDF can batch convert MS Powerpoint .ppt, .pptx, to Postscript Files (PDF, PS, EPS, PXL etc) and Picture/Image Files (PNG, JPEG, TIFF, PNM, BMP etc). It doesn't require Adobe Acrobat to be installed.

It supports batch conversion, command line and folder watcher. Batch conversion ability allows you to convert an unlimited number of Powerpoint to PDF at a time, saving your time!

Key Features

*Source file formats include many Powerpoint file formats, for example Powerpoint Presentations (*.ppt;*.pptx), etc, you can get detail information from Supported File Format List.
*Destination file formats include below formats, and you can get detail information from Supported File Format List.
1. Postscript file formats Acrobat PDF Files(*.pdf, doesn't require Adobe Acrobat to be installed), PS, EPS, PS2; supports watermark, creates encrypted Presentations and other many options.
2. Picture/Image file formats PNG, JPEG, TIFF, PNM, BMP etc; supports watermark and other options.
*supports batch conversion.
*support command line arguments.
*watch source file folders and convert new uploading ms Powerpoint doc Presentations automatically.
*can add the files in subfolders to convert with power file filters, and you can set exclude words in file name or file path.
*fit to convert so much as over 1 million files in folder, you need not wait at all."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }