Questions tagged [dynamic-web-twain]

JavaScript Image Scanning Library

22 questions
4
votes
1 answer

How to scan a document and save it to Database in angular 7

I am using angular 7 and I want to scan a document and save it to database table. I tried with ngx-document-scanner and Dynamic Web TWAIN from below links but it is not giving option to save it to…
Hitesh
  • 1,188
  • 5
  • 30
  • 52
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
2
votes
3 answers

Browser based document scanning

I am building a browser based application for document scanning. I have looked at offerings from multiple providers like dynamosoft, asprise, atalasoft etc. My basic question on browser based document scanning is that does any of these products…
Gaurav
  • 102
  • 2
  • 12
2
votes
7 answers

Object tag added by innerHTML always null onload

I am creating an object tag onload, and after creating it trying to access the object as follows: function loadFile() { alert("loading file"); gform.MOJWebTwain.HTTPPort = 9080; gform.MOJWebTwain.IfSSL = false; var…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
0
votes
1 answer

How to install WebTwain in React Electron Boilerplate?

I dont know how to put ResourcesPath correctly. Or there is another issue. I get this error : Refused to apply style from 'http://localhost/Resources/src/dynamsoft.webtwain.css?t=20230105181423' because its MIME type ('text/html') is not a supported…
Stev24
  • 3
  • 3
0
votes
1 answer

How to save scanned data from TWAIN?

So I'm using TWAIN to scan a document(quotation table I needed in billing), and when the document is scanned, the data should be saved in my database in my rubrique_facturations table. However, when I press Enregistrer(save) button, nothing happens,…
mon livre
  • 11
  • 3
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

Dynamic Twain API call Integration with React Js

I am using Dynamic Web TWAIN in React js. After the user scans the document the local save file works fine but I don't know what kind of document data to send to the server from Dynamic Web TWAIN. I have tried this, This is my save button logic. …
Gibson
  • 82
  • 7
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

Upload files from Local Folder using Dynamic WebTwain Cab file

I am very new to Dynamic WebTwain therefore apologies in advance If I am asking something to basic. I currently have scanning functionality available in my Dynamic WebTwain but I need to implement Uploading functionality as well. For that I need to…
Faran Saleem
  • 404
  • 1
  • 7
  • 31
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.
0
votes
1 answer

OnGetFilePath event not firing

After a user has scanned a document - I would like to allow them to select a location to save the file, save the file, and finally return the path to the file they have just saved. I am trying to use the "OnGetFilePath" event but it's not…
TomSelleck
  • 6,706
  • 22
  • 82
  • 151
0
votes
1 answer

How to save scanned documents with Dynamic Web Twain

I'm using Dynamic web twain on my web app that uses angular 4 and I have trouble saving documents after the scan I found this function in Twain documentation : function DynamicWebTwain_OnPostTransfer() { //fires after each scan var…
0
votes
0 answers

Dynamic Web Twain - PHP - Adding Additional HTML Fields

I've got a Laravel project but I think I have an idea of how to incorporate the Dynamic Web Twain (https://www.dynamsoft.com/Products/WebTWAIN_Overview.aspx) into it. The only problem is I'm not quite sure how I would go about adding additional…
Matthew
  • 1,565
  • 6
  • 32
  • 56
0
votes
1 answer

Define ImageSize in div dwtcontrolContainer Dynamic Web TWAIN SDK APIs

How can I adjust the size of scanned image in dwtcontrolContainer div? Because when I scroll down the screen, the selected area never follows the mouse and select an area above the mouse click. Bellow is my AcquireImage function: function…
Eric Saboia
  • 301
  • 2
  • 10
  • 22
1
2