Questions tagged [dynamsoft]

Dynamsoft is a software company that provides enterprise-class document capture and image processing software development kits (SDK) including Dynamic Web TWAIN, Dynamic .NET TWAIN and Dynamsoft Barcode Reader.

8 questions
2
votes
1 answer

Close Dynamsoft Web Twain Popup

I am trying to implement Dynamsoft Web Twain in my Angular project. But there is no close button in the installation popup. How to add close button in the popup? My Angular version is 13.3 Dynamsoft Webtwain version: 17.2.4 Screenshot of popup
C J
  • 23
  • 4
0
votes
0 answers

Dynamic Web twain Container Not Append

I am using Dynamic WebTwain To Scan Document Following code are to create web twain instance Container var Dynamsoft = Dynamsoft || { DWT: {} }; Dynamsoft.DWT.AutoLoad = true; /////// Dynamsoft.DWT.Containers = [{ ContainerId:…
0
votes
1 answer

Angular is unable to resolve module path of a custom NPM package

I'm developing an Angular 13 custom library using NPM V8.19.3, and it makes use of Dynamsoft WebTwain v18.1.0 library to manage a scanner. It should be later consumed locally - e.g. via NPM link - by an Angular application in the same workspace for…
0
votes
1 answer

How to add configurations in Dynamsoft Webtwain

I am trying to implement Dynamsoft Web Twain in my Angular project. There is no config.js file in my node modules. Only dynamsoft.webtwain.min.js and dynamsoft.webtwain.min.mjs is available. So how to add or change the configurations of the…
C J
  • 23
  • 4
0
votes
1 answer

getting "Indices are out of range" error from dynamic web Twain API

I'm getting indices are out of range error from the "convertToBlob" method of dynamic Web twain, Im using it to scan documents via scanner, can anyone help? dwObject.ConvertToBlob([0], EnumDWT_ImageType.IT_JPG, (result) => { const data =…
Ayub Jamal
  • 135
  • 10
0
votes
1 answer

i not get dynamsoft ResourcesPath

Dynamsoft.DWT.ResourcesPath = "dwt-resources" Packege.json "scripts": { "dev": "ncp node_modules/dwt/dist static/dwt-resources && nuxt", "build": "nuxt build", "start": "nuxt start", "generate": "nuxt generate && ncp node_modules/dwt/dist…
0
votes
1 answer

Using Dynamic Web TWAIN integrate with angular 8

I am using Dynamsoft Web TWAIN In My Scanner.I am getting error with bellow code, Html Code -
Angular code - acquireImage(): void { const dwObject =…
0
votes
0 answers

Autocrop greyscale image after scanned in browser

I am doing scanning using twain driver and using Dynamsoft product for device connection. Scanner produce greyscale images with huge black border. How I can do a autocrop and display prefect image to user on the browser.