var fDesc=new Array(); fDesc[0] = "Sorax Reader SDK DLL edition is a small, powerful, fast, clean software development kit for rendering PDF page contents in a wide range of applications.

It is packaged in a DLL (Dynamic Link Library), which can be called from different programming languages, including C/C , C#, Delphi, Visual Basic, etc.

Sorax Reader SDK allows your applications to render, print, etc. any PDF pages with higher grade rendering quality and fast response time.

Main features:
-Clean, simple programming interface, higher rendering quality.
-Viewing, printing, exporting text, image from PDF files.
-Getting its properties and meta data.
-Selecting text on the viewed page, copying to clipboard and searching in the document.
-Zooming in and out, rotating the viewed pages, handling of bookmarks and links, etc.
-Page layouts when viewing PDF documents (single, two-up and continuous page layouts, etc.)
-Print with more options (booklet printng, etc.)
-Quick print
-Full screen view mode
-Automatic scroll
-Marquee, dynamic zoom tool
-Snapshoot tool
-Supports Eastern Asian Languages"; 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 = ''; } }