var fDesc=new Array(); fDesc[0] = "The Winnovative PDF Creator library for .NET can be linked into any .NET application, either ASP.NET web sites or Windows Forms applications. It offers enhanced HTML to PDF conversion capabilities, RTF to PDF conversion, PDF merge and split, PDF encryption and digital signatures, bookmarks, interactive features like internal and external links, file attachments, texts and images, text notes, templates that can be used to add content repeated on each page like HTML watermarks, HTML headers and footers, all under an unitary object oriented API.

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. It fully supports all Windows versions including 64-bit servers and Windows Vista."; 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 = ''; } }