var fDesc=new Array(); fDesc[0] = "PDF-XChange PRO is the ultimate PDF solution. It's a bundle package that combines the three best-selling applications that Tracker Software produces:

PDF-XChange Editor Plus is a hugely dynamic and fully-customizable PDF application. Create, view, edit, annotate, OCR and sign PDF files – and that’s just the beginning. If you work with PDF then this fully-customizable product will optimize your work process to levels that no other product can achieve. Create PDF files from scanned documents, images, text files, Markdown files and much more. Open, edit and convert Microsoft Office documents.

PDF-Tools is a worldwide leader in the creation and manipulation of PDF and image files. Highly user-friendly, it can be used to convert files of almost any format to/from PDF. Avail of fifty-one built-in standard tools, as well as functionality to clone and edit these tools and their variables as you desire. Use the Actions Library to fully customize your tools and the Tool Actions Sequence to determine the order in which they perform operations. Combine fifty-five available actions to create your own tools - out of billions of possibilities.

PDF-XChange Standard is Tracker Software’s best-selling virtual printer - the ultimate application for the creation and virtual printing of industry-standard PDF files. It’s compatible with files from almost all Windows applications, such as Word, Excel and AutoCAD, and features an optimized engine for superb conversion of images and image-based text characters. The files it creates are surprisingly small, given their quality – allowing for faster uploads/downloads, a reduction in storage space and increased data retention - even at high levels of compression. PDF-XChange Standard also features MS Office integration, which provides extra functionality such as adding clickable tables of contents and embedded URL support that facilitates the creation of external links."; 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 = ''; } }