Version 10.1 of VintaSoft Twain .NET SDK has been released.

News and announcements from VintaSoft.

Moderator: Alex

Post Reply
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Version 10.1 of VintaSoft Twain .NET SDK has been released.

Post by Alex »

Version 10.1 of VintaSoft Twain .NET SDK has been released.

What's new in this version:
  • Now the functionality for image acquisition from scanner can be very easily added into a web application:
    • Vintasoft.Twain.Web.WcfServices assembly may be used on server side of an ASP.NET application and allows to create a WCF service for image acquisition from scanner.
    • Vintasoft.twain.Web.ApiControllers assembly may be used on server side of an ASP.NET MVC application and allows to create a Web controller for image acquisition from scanner.
    • Vintasoft.Twain.js file written in JavaScript may be used on client side of an ASP.NET application and includes the classes and enumerations, which simplify the image acquisition from scanner.
  • Demo applications
    • ASP.NET MVC TWAIN Demos
      • VintasoftWebTwainService - the new demo application, which demonstrates how to create a local self-hosted web service for managing scanners. The web service is based on Web API controller.
      • AspNetMvcTwainDemos - the new ASP.NET MVC demo application, which demonstrates how to acquire images from scanner, process acquired images, save acquired images to a local file or upload onto HTTP(S) server. The demo can work in any modern browser (Chrome, Firefox, Edge, Internet Explorer, Opera) and communicates with scanner using the local web service. The demo uses the local web service implemented in VintasoftWebTwainService demo application.
    • ASP.NET WebForms TWAIN Demos
      • VintasoftWcfTwainService - the new demo application, which demonstrates how to create a local self-hosted web service for managing scanners. The web service is based on WCF service.
      • AspNetTwainDemos - the new ASP.NET WebForms demo application, which demonstrates how to acquire images from scanner, process acquired images, save acquired images to a local file or upload onto HTTP(S) server. The demo can work in any modern browser (Chrome, Firefox, Edge, Internet Explorer, Opera) and communicates with scanner using the local web service. The demo uses the local web service implemented in VintasoftWcfTwainService demo application.
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Version 10.1.3.1 of VintaSoft Twain .NET SDK has been released.

Post by Alex »

Version 10.1.3.1 of VintaSoft Twain .NET SDK has been released.

What's new in this version:
  • Improved the image acquisition algorithm for compatibility with VueScan TWAIN driver.
Post Reply