var fDesc=new Array();
fDesc[0] = "CZ-Ppt2Pdf is a batch pdf converter that convert microsoft powerpoint PPT to PDF, and can watch source file folder and convert new uploading ms powerpoint PPT to PDF files automatically. you can convert a lot of files once time, saving your time!
Features:
- batch convert microsoft powerpoint ppt to pdf at one time.
- can watch source file folder and convert new uploading ms powerpoint PPT to PDF files automatically. While your user upload PPT documents to your website, then this folder watcher can automatically convert them into PDF format.
- preserves original document layout, include images and tables.
- support command line arguments.
- can add the files in subfolders to convert.
- supports drag files and folders from your desktop.
- can create run log file.";
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 = '';
}
}