Search found 5 matches

by tony_c
Thu Aug 30, 2018 9:39 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Web Twain With Local Service with HTTPS url
Replies: 1
Views: 12412

Web Twain With Local Service with HTTPS url

We have a situation where our server is in Cloud and is accessed by url that is HTTPS. The application is web based and we are using the Vintasoft Twain Jquery library to scan images using Local Service VintasoftWcfTwainService running at http://localhost:25320/twain. The SDK license is for Http://n...
by tony_c
Wed Jun 13, 2018 6:04 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Converting from ActiveX to .NET SDK
Replies: 1
Views: 11978

Converting from ActiveX to .NET SDK

We are trying to replace VSTwain ActiveX control with .NET SDK on our ASPX web application. One of the functionalities that we are using from ActiveX is to do multi-page scanning without showing the UI. Currently this is all JavaScript code using the ActiveX object. Below is the code snippet of the ...
by tony_c
Tue May 22, 2018 10:27 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Web Twain With Local Service
Replies: 5
Views: 13659

Re: Web Twain With Local Service

Will the installers for web TWAIN service work on 32 and 64 bit machines? What about different versions of Windows?
by tony_c
Tue May 22, 2018 8:19 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Web Twain With Local Service
Replies: 5
Views: 13659

Re: Web Twain With Local Service

Okay, good to know. So I have two follow up questions. First, our product is hosted on a server and many different clients connect to it. With the ActiveX Twain solution we were using a single license for the server. Does this mean that we will require a licence for each individual client machine th...
by tony_c
Tue May 22, 2018 6:10 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Web Twain With Local Service
Replies: 5
Views: 13659

Web Twain With Local Service

I am trying to convert our solution from using the ActiveX version of Twain to a web service based solution. I have been looking at the WebTwainDemoWithLocalService solution provided in the code examples. I can get the demo solution working with a local service. I have been trying to convert this so...