var fDesc=new Array(); fDesc[0] = "Designed for mission-critical on-demand and high-volume publishing, document personalization, document merging and report-assembly implementations utilizing PDF files, AppendPDF Pro is loaded with features, engineered for performance and is designed for entirely unattended operation.
Features:
- Assembles PDF files with rock-solid, enterprise-class reliability and speed
- Combines complete files or selected page ranges
Includes bookmarks from the original files
- Sets file open, display and initial page options
- Includes new document information, including title, subject, keywords, date or other metadata, in PDF Document Information fields."; 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 = ''; } }