The Complete Web Document Capture Stack — Scan, View, and Annotate, All in the Browser
Dynamsoft is the developer behind the world's most widely deployed browser-based document scanning SDK — trusted by over 5,300 companies including IBM, Lockheed Martin, Fujifilm, and hundreds of healthcare and government organisations worldwide. For 21 years, Dynamsoft has been the answer to the same question: how do I get scanner output into my web application without installing desktop software?
As a TWAIN Innovation Cloud sponsor, Dynamsoft is offering TIC participants extended trial access to two complementary SDKs that together form a complete browser-based document capture and review pipeline. Dynamic Web TWAIN (DWT) connects your web application to TWAIN, WIA, ICA, SANE, and eSCL scanners with just a few lines of JavaScript. Dynamsoft Document Viewer (DDV) then lets users view, navigate, search, and annotate those scanned documents — and PDFs — entirely in the browser, with no server backend and no third-party dependencies.
Build a proof-of-concept in under an hour using one of Dynamsoft's 60+ sample projects. Deploy to production with X-Copy — no server installation. ISO 27001 and O-TTPS certified, with all data processed locally within your network.
// Initialize and scan in a few lines of JavaScript const scanManager = new Dynamsoft.WebTwain('dwtcontrolContainer'); scanManager.SelectSourceAsync() .then(() => scanManager.AcquireImageAsync({ PixelType: Dynamsoft.DWT.EnumDWT_PixelType.TWPT_RGB, Resolution: 300, IfAutoDiscardBlankpages: true, IfShowUI: false })) .then(() => scanManager.ConvertToBlob( [0], Dynamsoft.DWT.EnumDWT_ImageType.IT_PDF )) .then((blob) => uploadToServer(blob));
Dynamsoft Document Viewer (DDV) is a JavaScript SDK that adds high-performance PDF and image viewing, annotation, and document management to any web application. No server backend required. No third-party JavaScript library dependencies. All processing runs securely in the browser. Handles 1,000-page PDFs with ease.
Dynamic Web TWAIN + Dynamsoft Document Viewer form a complete browser-based document capture and review stack — no desktop software, no server-side document processing, no third-party cloud services required.
// Scan with DWT → display in DDV → annotate → export PDF // 1. Initialize DWT and DDV const dwt = await initDWT('dwtContainer'); const ddv = await initDDV('ddvContainer'); // 2. Scan → send to DDV automatically await dwt.AcquireImageAsync({ Resolution: 300 }); await transferToDDV(dwt, ddv); // 3. User annotates in DDV Browse/Edit Viewer // (user interaction, no code required) // 4. Export annotated PDF const pdf = await ddv.exportDocumentToPDF({ includeAnnotations: true }); await uploadToServer(pdf);
- ✓ Extended TIC trial license for Dynamic Web TWAIN — beyond the standard 30-day trial, TIC participants receive an extended evaluation period to build, test, and validate their TWAIN-based web application in a realistic development and integration environment.
- ✓ Extended TIC trial license for Dynamsoft Document Viewer (DDV) — full access to all DDV viewer types (Edit, Browse, Capture, Perspective) and the complete annotation and PDF export feature set for the duration of the TIC evaluation period.
- ✓ DWT Add-On trial access — evaluate the PDF Rasterizer, Barcode Recognition, AI-Powered OCR, and Webcam add-ons alongside your core DWT integration to build a complete automated capture pipeline during the trial period.
- ✓ Full developer documentation and 60+ sample projects — access to Dynamsoft's complete documentation library, code gallery, and sample projects for Angular, React, Vue.js, jQuery, ASP.NET, Node.js, PHP, and more — get to a working POC in under an hour.
- ✓ Pre-sales developer support — Dynamsoft's award-winning no-obligation pre-sales technical support team will help you validate feasibility for your specific TWAIN scanning workflow, evaluate which add-ons are required, and advise on integration architecture.
- ✓ TWAIN Direct integration consultation — specific guidance on integrating Dynamic Web TWAIN with TWAIN Direct workflows, TIC simulation endpoints, and the TWAIN Direct API — leveraging DWT as the browser-side capture layer in end-to-end TWAIN Direct solutions.
- ✓ GitHub repository access — access to Dynamsoft's GitHub with open-source samples, community projects, and integration examples that accelerate development of your TWAIN-based web application.
- ✓ TIC-exclusive pricing discussion — upon completion of the evaluation, TIC participants are connected directly with Dynamsoft's sales team for a pricing discussion that reflects their TIC participation and specific deployment requirements.