The leading provider of version control solution and TWAIN SDK

How to deploy Dynamic Web TWAIN ActiveX 64 bit on web server?

Since version 6.3, both 32 bit and 64 bit of Dynamic Web TWAIN ActiveX are available. How to enable your scanning web application to support both x86 and x64 IE?

To deploy Dynamic Web TWAIN ActiveX 64 bit on web server, you can follow the steps below:

1.    In the scan page, insert an <object> tag for the License Manager object before any other <object> tags. The License Manager is an ActiveX control that is installed with Internet Explorer.

 

Note: This classid, "5220cb21-c88d-11cf-b347-00aa00a28331", is for the License Manager and not for Dynamic Web TWAIN ActiveX control. You must use this exact classid every time you refer to the LPK file. In addition, you must set the Name parameter as "LPKPath", and set the Value parameter to the LPK file name and path.

 

<object classid = "clsid:5220cb21-c88d-11cf-b347-00aa00a28331" VIEWASTEXT>

   <param name="LPKPath" value="DynamicWebTwain.lpk" />

</object>

 

2.    Insert a <object> tag for Dynamic Web TWAIN.

For trial version of Dynamic Web TWAIN:

 

<object classid="clsid:FFC6F181-A5CF-4ec4-A441-093D7134FBF2" id="DynamicWebTwain1" width="143" height="156"

CodeBase = " DynamicWebTWAINx64.cab#version=6,3">

            <param name="_cx" value="847" />

            <param name="_cy" value="847" />

            <param name="JpgQuality" value="80" />

            <param name="Manufacturer" value="Dynamsoft Corporation" />

            <param name="ProductFamily" value="Dynamic Web TWAIN" />

            <param name="ProductName" value="Dynamic Web TWAIN" />

            <param name="VersionInfo" value="Dynamic Web TWAIN 6.3" />

            <param name="TransferMode" value="0" />

            <param name="BorderStyle" value="0" />

            <param name="FTPUserName" value="" />

            <param name="FTPPassword" value="" />

            <param name="FTPPort" value="21" />

            <param name="HTTPUserName" value="" />

            <param name="HTTPPassword" value="" />

            <param name="HTTPPort" value="80" />

            <param name="ProxyServer" value="" />

            <param name="IfDisableSourceAfterAcquire" value="0" />

            <param name="IfShowUI" value="1" />

            <param name="IfModalUI" value="1" />

            <param name="IfTiffMultiPage" value="0" />

            <param name="IfThrowException" value="0" />

            <param name="MaxImagesInBuffer" value="1" />

            <param name="TIFFCompressionType" value="0" />

</object>

For full version of Dynamic Web TWAIN:

 

<object classid="clsid:E7DA7F8D-27AB-4EE9-8FC0-3FEC9ECFE758" id="DynamicWebTwain1" width="143" height="156"

CodeBase = " DynamicWebTWAINx64.cab#version=6,3">

            <param name="_cx" value="847" />

            <param name="_cy" value="847" />

            <param name="JpgQuality" value="80" />

            <param name="Manufacturer" value="Dynamsoft Corporation" />

            <param name="ProductFamily" value="Dynamic Web TWAIN" />

            <param name="ProductName" value="Dynamic Web TWAIN" />

            <param name="VersionInfo" value="Dynamic Web TWAIN 6.3" />

            <param name="TransferMode" value="0" />

            <param name="BorderStyle" value="0" />

            <param name="FTPUserName" value="" />

            <param name="FTPPassword" value="" />

            <param name="FTPPort" value="21" />

            <param name="HTTPUserName" value="" />

            <param name="HTTPPassword" value="" />

            <param name="HTTPPort" value="80" />

            <param name="ProxyServer" value="" />

            <param name="IfDisableSourceAfterAcquire" value="0" />

            <param name="IfShowUI" value="1" />

            <param name="IfModalUI" value="1" />

            <param name="IfTiffMultiPage" value="0" />

            <param name="IfThrowException" value="0" />

            <param name="MaxImagesInBuffer" value="1" />

            <param name="TIFFCompressionType" value="0" />

</object>

3.    Generate the “DynamicWebTwain.lpk” file.

·         Run Lpk_tool.exe on a computer that is licensed to use Dynamic Web TWAIN. Download LPK tool

·         Highlight DynamicWebTwain Class, and then click Add.

·         Click Save & Exit, and then save the LPK file as "DynamicWebTwain.lpk".


4.    Deploy DynamicWebTWAINx64.cab, DynamicWebTwain.lpk along with the scan page onto your web server. The “DynamicWebTWAINx64.cab” file can be found in the installation folder of Dynamic Web TWAIN ActiveX.





Article Details

Last Updated
23rd o June, 2011

Would you like to...

Print this page Print this page

Email this page Email this page

Post a comment Post a comment

Subscribe me

Add to favorites Add to favorites

Remove Highlighting Remove Highlighting

Edit this Article

Quick Edit

Export to PDF

User Opinions (1 vote)

100% thumbs up 0% thumbs down

How would you rate this answer?



Thank you for rating this answer.

Related Articles

No related articles were found.

Attachments

No attachments were found.

Visitor Comments

No visitor comments posted. Post a comment

Post a comment

To post a comment for this article, simply complete the form below. Fields marked with an asterisk are required.
   Name:
   Email:
* Comment:
* Enter the code below:
 

Continue