Search found 2320 matches

by Alex
Fri Mar 07, 2014 1:18 pm
Forum: Announcements
Topic: Version 7.2 of VintaSoftImaging.NET SDK has been released.
Replies: 18
Views: 10722

Version 7.2.5.1 of VintaSoftImaging.NET SDK has been released.

Version 7.2.5.1 of VintaSoftImaging.NET SDK has been released.


What's new in this version of VintaSoftPDF.NET Plug-in:
  • Increased the rendering performance of PDF pages containing JPEG2000 image-resources.
  • Fixed the bug in PDF page renderer.
  • Fixed the bug in PDF decoder.
by Alex
Fri Mar 07, 2014 9:37 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Multi image output from Fujitsu scanners
Replies: 4
Views: 5154

Re: Multi image output from Fujitsu scanners

Hi Fredrik, Ok, we will try to provide you good solution but we need additional information: Please send me a list of capabilities supported by TWAIN driver Run our TWAIN Advanced Demo Select the scanner Press the "Get Source info" button, dialog with device's capabilities will appear Pres...
by Alex
Wed Mar 05, 2014 7:18 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Multi image output from Fujitsu scanners
Replies: 4
Views: 5154

Re: Multi image output from Fujitsu scanners

Hi Fredrick, I'm not sure but I think that "multi image output from Fujitsu scanners" is the same feature as "dual stream feature of Kodak scanners". Please read this article: http://www.vintasoft.com/docs/vstwain-dotnet/Programming_Twain_HowToUseDualStreamFeature.html and let me...
by Alex
Wed Mar 05, 2014 4:33 pm
Forum: Announcements
Topic: Version 8.0 of VintaSoftBarcode.NET SDK has been released.
Replies: 10
Views: 7027

Version 8.0 of VintaSoftBarcode.NET SDK has been released.

Version 8.0 of VintaSoftBarcode.NET SDK has been released. What's new in this version: Added MicroPDF417 barcode support in reader and writer: Implemented algorithm of automatic symbol size selection based on encoded data (with the ability to define number of columns). Support for Macro05, Macro06, ...
by Alex
Mon Mar 03, 2014 7:51 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: MVVM friendly ThumbnailViewer
Replies: 2
Views: 4972

Re: MVVM friendly ThumbnailViewer

Hello Alex,

Could you send us a small working project which demonstrates your problem? If yes, please send you project to support@vintasoft.com.

Best regards, Alexander
by Alex
Fri Feb 28, 2014 8:17 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Image annotation while scanning
Replies: 1
Views: 2838

Re: Image annotation while scanning

Hello, I need to automatically annotate each image as I scan then save the image to disk. You can use VintaSoftImaging.NET SDK + VintaSoftAnnotation.NET Plug-in if you want to annotate images. More info please read here: http://www.vintasoft.com/vsannotation-dotnet-index.html Best regards, Alexander
by Alex
Thu Feb 27, 2014 4:33 pm
Forum: Announcements
Topic: Version 7.2 of VintaSoftImaging.NET SDK has been released.
Replies: 18
Views: 10722

Version 7.2.4.1 of VintaSoftImaging.NET SDK has been released.

Version 7.2.4.1 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Improved the thumbnail rendering in WPF thumbnail viewer. What's new in this version of VintaSoftPDF.NET Plug-in: Improved the algorithm of text extraction from PDF documents.
by Alex
Wed Feb 26, 2014 2:06 pm
Forum: Announcements
Topic: Version 8.4 of VintaSoftTwain.NET SDK has been released.
Replies: 2
Views: 3132

Version 8.4.0.3 of VintaSoftTwain.NET SDK has been released.

Version 8.4.0.3 of VintaSoftTwain.NET SDK has been released.

What's new in this version:
  • Optimized the image acquisition algorithm for better compatibility with Xerox scanners.
by Alex
Mon Feb 24, 2014 12:03 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Save only the visible part of the image
Replies: 1
Views: 4203

Re: Save only the visible part of the image

Hello Heinz, You can get visible part of WPF image viewer using the WpfImageViewer.GetCurrentImageRect(Rect,Boolean) method. Here is an example: VintasoftImage imageViewerVisiblePart = WpfImageViewer1.GetCurrentImageRect(WpfImageViewer1.ViewerState.ImageVisibleRect, true); Best regards, Alexander
by Alex
Wed Feb 19, 2014 11:50 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: How to show the filename in the thumbnailviewer
Replies: 4
Views: 5215

Re: How to show the filename in the thumbnailviewer

Hello Heinz, Can you tell me how I could show the text under each thumbnail and let the text create a newline when it is bigger the the image width? Here is the code snippet: void MainWindow() { ... // increase the thumbnail height, this is necessary for reserving space for text under thumbnail thum...