var fDesc=new Array(); fDesc[0] = "Aspose.Pdf.Kit for .NET is a PDF document manipulation component that enables .NET developers to manage and manipulate existing PDF files as well as manage form fields embedded within PDF files.

Aspose.Pdf.Kit for .NET allows developers to create powerful applications that merge data directly into PDF documents as well as providing functions to update and manage PDF documents. Aspose.Pdf.Kit for .NET is a sophisticated product that integrates perfectly with all other Aspose Pdf products."; 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 = ''; } }