var fDesc=new Array(); fDesc[0] = "DocuVieware is a fully-featured and universal HTML5/AJAX control for ASP.NET to view and manage documents on the web. It is zero-footprint, cross-platform and mobile friendly thanks to its responsive design.
In addition, the user interface is fully customizable and full Unicode support is provided.

The document Imaging capabilities for DocuVieware include:
- Support of more than 100 file formats
- Document processing support
- Access to over 3000 GdPicture.NET imaging features
- Built-in annotations
- TWAIN acquisition support
- PDF Form fields support
- Support for custom Snap-ins

This fully-featured Viewer also provides the following functionalities:
- Document navigation, zooming & page rotation
- Document printing and saving
- Text selection
- Area selection
- Thumbnails Snap-in
- Powerful text search Snap-in
- PDF Bookmarks Snap-in
DocuViewares efficient Architecture also provides high-level performance optimizations while being very easy to integrate with just a few lines of code.

On the server side, the integrator can interact with DocuVieware by the means of its .NET API. Client-side interactions can be customized through DocuVieware Javascript API."; 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 = ''; } }