var fDesc=new Array(); fDesc[0] = "The PDF-XChange PRO SDK provides Software Developers with a means to provide Adobe® compatible PDF file creation within their software for the production of reports and other output as an alternative to printing to paper and can be used with virtually any Windows development tool, including VB, VB.Net, C#, C/C , Delphi, Clarion For Windows, WinDev, ASP, etc.

PDF-XChange Viewer PRO SDK Allows the developer to incorporate PDF viewing Capabilities within their software applications. Supports PDF format specifications up to 1.7 (Adobe 8).
PDF-XChange PRO SDK Includes everything for PDF Creation, Viewing and Manipulation:

Supported Operating Systems: Windows 2000 and Later"; 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 = ''; } }