var fDesc=new Array(); fDesc[0] = "PDFDoc Scout is an interesting and very practical library (more exactly an ActiveX/NET library) to be used for IT programmers in Visual Basic, Visual Basic .NET, Visual C#, ASP or ASP.NET.What this library allows, exactly, is from any of these programming languages you can generate PDF documents via its code, making the process quite simple.

PDFDocScout is a ActiveX Server to create Portable Document Format (PDF) files on fly.
Main features:
- Real hDC
- Unicode support
- Acroforms (buttons, radiobuttons, checkboxes, comboboxes, text input fields)
- Watermarks
- Thumbnail
- JavaScript
- Encryption (40 and 128 bit)
- Outlines (with support russian, turkish, baltic, east europe, greek, CJK languages)
- Compression Image compression(Jpeg, Flate, CCITT 3, CCITT 3 (2D), CCITT 4)
- Hyperlink
- Annotation(with support russian, turkish, baltic, east europe, greek, CJK languages)
- Embedding True Type fonts (TTF and TTC)
- Emulation of the Underline and StrikeOut font style
- Output to browser for ASP
- Barcode drawing
- True Type font subset
- Work with html files"; 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 = ''; } }