Demonstrates how to use the Modular loading introduced in 11.2 to allow WDV and WebCapture to co-exist on the pgae with incompatible third party components such as Bootstrap
This is a very minimal project which creates a minimal implemtation of This demo shows some uesful concepts related to PDF using DotImage WebCamture with a minimal WebDocumentViwer under RequireJS
It's a combination of BasicWebCapture_noViewer_RequireJS and BasicWdv_RequireJS
This is the C# version
This demo assumes you have the Atalasoft DotImage DocumentImagin and WingScan Web Scanning SDK installed and licensed for DotImage Document Imaging and WingScan (or you can request a 30 day evaluation when installing/activating)
NOTE This current build is based on DotImage 11.5.0.10. You may be able to back down to previous versions, but please ensure that you properly account for /ajust to the differences in versions of jQuery, jQueryUI, and their associated css files.
This is a .NET Framework project. Since DotImage 11.5 supports .NET Framework
4.6.2 as its minimum, this is the target. You can safely update it to higher
.NET Framework versions (but not .NET 5+)
This demo is set up using IIS Express (the built in web server in VS2022).
You may alter it to run under a local copy of IIS, but if you do so you'll need to copy your licenses from
c:\users\YOUR_USERNAME\AppData\Local\Atalasoft\DotImage\11.5\
into the bin directory of the application (next to the Atalasoft DLLs)
We recommend the following if you wish to donload/clone a copy
Example: git for windows
git clone https://github.com/AtalaSupport/DemoGallery_Web_BasicWebCapture_withViewer_RequireJS_CS_x64.git BasicWebCapture_withViewer_RequireJS