You can follow the steps below to use the samples of Dynamic Web TWAIN:
Samples of ActiveX Edition:
1. Download samples of Dynamic Web TWAIN ActiveX and put the sample on your web server.
2. Install Dynamic Web TWAIN ActiveX and generate a LPK file using the LPK tool. Click here for information on how to generate a LPK file.
3. Put the LPK file under the same folder with the web pages.
4. Go to the installation folder of Dynamic Web TWAIN and copy DynamicWebTWAIN.cab to the folder where the web pages reside.
Note: The samples provided on the web site are for the trial version of Dynamic Web TWAIN. If you are using the full version, please modify the following code:
<object classid="clsid:E7DA7F8D-27AB-4EE9-8FC0-3FEC9ECFE758" id="DynamicWebTwain1" width="143" height="156" CodeBase = "DynamicWebTWAIN.cab#version=7,0">
To:
<object classid="clsid:FFC6F181-A5CF-4ec4-A441-093D7134FBF2" id="DynamicWebTwain1" width="143" height="156" CodeBase = "DynamicWebTWAIN.cab#version=7,0">
Samples of Plug-in Edition:
1. Download samples of Dynamic Web TWAIN Plug-in and put the sample on your web server.
2. Install Dynamic Web TWAIN Plug-in. Go to the installation folder of Dynamic Web TWAIN and copy DynamicWebTwain.xpi to the folder where the web pages reside.
Samples of Mac Edition:
1. Download the samples of Dynamic Web TWAIN Mac edition and put the sample on your web server.
2. Install Dynamic Web TWAIN Mac edition. Go to the installation folder of Dynamic Web TWAIN and copy DynamicWebTWAINMacEdition.pkg to the folder where the web pages reside.
