This extension contains TypeScript snippets and Angular project templates for Dynamic Web TWAIN. You can use it to quickly create a web document scanning application. The extension also provides shortcuts to the online demos and API documentation of Dynamic Web TWAIN.
Dynamic Web TWAIN Version
v18.3.0
Usage
Angular Project for Dynamic Web TWAIN.
Press F1 to show command palette and input dwt to list all supported commands.
Select Create Angular Project for Dynamic Web TWAIN to create a new Angular project.
Request a 30-day FREE trial license and update the license key in src/app/dynamic-web-twain.service.ts
Dynamsoft.DWT.ProductKey = "LICENSE-KEY";
Run the project.
npm install && ng serve
TypeScript Code Snippets.
In *.ts file, type dwt to list available code snippets.