var fDesc=new Array(); fDesc[0] = "Help you develop own software based on ActMask EMF2PDF SDK, 4 steps to convert EMF files (Enhanced-Format Metafiles) to PDF format with options you specified. Professional quality, 40/128 bits encryption, easy to use. For more details about EMF2PDF or PDF/Image/EMF/SPL Virtual Printer SDK, please see http://www.all2pdf.com

Highlight
1. Easy to use, 4 steps to convert EMF files to professional-quality searchable PDF format.
2. Provide conversion progress.
3. Create you own PDF Document Description (Title, Author, Subject, Keywords ...).
4. 40 / 128 bits PDF encryption (security) support.
5. PDF Version 1.2 - 1.5 support.
6. PDF Document Restriction (Permission) support.
7. PDF Document Owner Password and Reader Password support.
8. PDF Optimization options support.
9. PDF content, resolution and image compression support.
10. Font embedding support.
11. Font subset embedding for Unicode character support.
12. More clear font."; 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 = ''; } }