var fDesc=new Array(); fDesc[0] = "Neevia docCreator is a COM (ActiveX) object that can be used to generate PDF, PDF/A-1b, TIFF, JPEG, BMP, PCX and PNG files from Visual Basic, Borland Delphi, Microsoft FoxPro.
Main Features:

- Distill PostScript/EPS files;
- Designed to work in a multi-threaded environment;
- Font embedding, resolution, compression and multi-language support;
- PDF merge and split functionality;
- Produce high-quality, searchable PDF documents;
- No Adobe software required;
- 40/128 bits PDF encryption;
- TIFF merge and split functionality;
- Extract Text from PDF, EPS and PostScript documents;
- Convert over 60 image formats to PDF, PostScript, JPEG, TIFF, PNG, BMP, PCX, PSD, PCL-XL;
- Capture and convert the print stream to PDF, PS, EPS, JPEG, TIFF, PNG, BMP, PCX, PSD, PCL-XL;
- Add watermark and stationery; Stamp existing PDF files;"; 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 = ''; } }