var fDesc=new Array(); fDesc[0] = "The PDF Split library for .NET can be linked into any .NET application, either ASP.NET web sites or Windows Forms applications, to add pdf split capabilities to your application.
With Winnovative PDF Split for .NET you can extract a range of pages from a PDF document or you can split the PDF document in a number of chunks, each chunk containing a specified number of pages.
If you need a ready to use tool for splitting and extracting your PDF documents you can use our command line utility. It is a simple application of the split library.
The integration is extremely easy and no additional installation is necessary in order to get started. It's just a .NET assembly that you have to reference in your application."; 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 = ''; } }