Search found 2321 matches

by Alex
Mon May 14, 2012 6:17 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: set area to scan
Replies: 3
Views: 5359

Re: set area to scan

Hello,

Unfortunately, most of TWAIN drivers for HP's multi-functional devices do not allow to set the image layout.

Try to use WIA driver of your device.

Best regards, Alexander
by Alex
Mon May 14, 2012 6:15 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: New features request for version 6.0 of VintaSoftImaging.NET
Replies: 14
Views: 20240

Re: New features request for version 6.0 of VintaSoftImaging

OCR is great. But is it your own engine or just an interface to external OCR engine?
First version of OCR Plug-in will use Tesseract OCR engine.

Will it support .Net 4.5?
Of cource version of SDK for .NET 4.5 will be available.

Best regards, Alexander
by Alex
Sat May 12, 2012 5:45 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: New features request for version 7.0 of VintaSoftImaging.NET
Replies: 2
Views: 6819

New features request for version 7.0 of VintaSoftImaging.NET

The following features are being considered for inclusion in version 7.0 of VintaSoftImaging.NET SDK: WPF version of SDK. New commands for processing photo images. The following features are being considered for inclusion in version 2.0 of VintaSoftDocCleanup.NET Plug-in (version 7.0 of VintaSoftIma...
by Alex
Sat May 12, 2012 5:44 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: New features request for version 6.0 of VintaSoftImaging.NET
Replies: 14
Views: 20240

New features request for version 6.0 of VintaSoftImaging.NET

The following features are being considered for inclusion in version 6.0 of VintaSoftImaging.NET SDK:
  • OCR Plug-in
  • Ability to create searchable PDF documents
If you have some idea or suggestion, please write it here.
by Alex
Sat May 05, 2012 11:50 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: set area to scan
Replies: 3
Views: 5359

Re: set area to scan

Hello, I think you set a wrong resolution value. Are you sure you need set the resolution in pixels? Please try to use this code: _device.ShowIndicators = false; _device.PixelType = PixelType.BW; _device.BitDepth = 1; _device.UnitOfMeasure = UnitOfMeasure.Inches; _device.Resolution = new Resolution(...
by Alex
Sat May 05, 2012 11:42 am
Forum: Announcements
Topic: Version 8.1 of VintaSoftTwain.NET SDK has been released.
Replies: 5
Views: 6874

Version 8.1.1.5 of VintaSoftTwain.NET SDK has been released.

Version 8.1.1.5 of VintaSoftTwain.NET SDK has been released.

What's new in this version:
  • Improved work with value of device capability.
by Alex
Fri May 04, 2012 1:31 pm
Forum: Announcements
Topic: Version 6.1 of VintaSoftBarcode.NET SDK has been released.
Replies: 9
Views: 11372

Version 6.1.2.7 of VintaSoftBarcode.NET SDK has been released.

Version 6.1.2.7 of VintaSoftBarcode.NET SDK has been released.

What's new in this version:
  • Fixed bug in parser of PDF documents.
by Alex
Fri May 04, 2012 11:54 am
Forum: Hardware and Vendors Discussions
Topic: Fujitsu scanners.
Replies: 2
Views: 25877

Re: Fujitsu scanners.

A list of Fujitsu scanners, which have TWAIN drivers can be found here:
http://www.fujitsu.com/us/services/comp ... twain.html
by Alex
Wed May 02, 2012 1:35 pm
Forum: Announcements
Topic: Version 8.1 of VintaSoftTwain.NET SDK has been released.
Replies: 5
Views: 6874

Version 8.1.1.1 of VintaSoftTwain.NET SDK has been released.

Version 8.1.1.1 of VintaSoftTwain.NET SDK has been released.

What's new in this version:
  • Fixed bug in the CurrentDeviceChanging and CurrentDeviceChanged events of the DeviceCollection class.
by Alex
Mon Apr 23, 2012 2:54 pm
Forum: Announcements
Topic: Version 5.0 of VintaSoftImaging.NET SDK has been released.
Replies: 13
Views: 20347

Version 5.0.9.7 of VintaSoftImaging.NET SDK has been released.

Version 5.0.9.7 of VintaSoftImaging.NET SDK has been released.

What's new in this version of VintaSoftImaging.NET SDK:
  • Fixed bug in decoding of tiled TIFF images encoded with JPEG compression.
What's new in this version VintaSoftPDF.NET Plug-in:
  • Fixed bug in PDF renderer.