Table of contents

Thanks for Downloading Dynamic Web TWAIN 30-Day Trial!

Your download will start shortly. If your download does not begin, click here to retry.

Security

Can I prompt the end-user when the Dynamic Web TWAIN SDK attempts to visit any local resources (scanner, camera, or disk drive)?

Yes, Dynamic Web TWAIN supports authorization for accessing local files, scanners, or webcams.

  1. Stop the Dynamic Web TWAIN Service.
  2. Add the following three lines to the file C:\Program Files (x86)\Dynamsoft\Dynamic Web TWAIN Service {version number}\DSConfiguration.ini (for versions below 19.0, the path is C:\Windows\SysWOW64\Dynamsoft\DynamsoftServicex64_{version number}\DSConfiguration.ini):
    EnableScannerAccessAuth=TRUE
    EnableFileAccessAuth=TRUE
    EnableWebcamAccessAuth=TRUE
    
  3. Restart the Dynamic Web TWAIN Service.