Search found 2317 matches

by Alex
Fri Jun 29, 2012 2:12 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: ScrollPages
Replies: 5
Views: 8733

Re: ScrollPages

Hello,

New visual tool - ScrollPages, allows to scroll images (pages) in the image viewer.

ScrollPages class is a part of our demos and you can find source codes of this class in the Demos Common Code project.

Best regards, Alexander
by Alex
Thu Jun 28, 2012 10:28 am
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: DataMatrix Padding
Replies: 3
Views: 7882

Re: DataMatrix Padding

We need take a look to your image with barcode. Please send your image with barcode to support@vintasoft.com and we will give you recommendation.

Best regards, Alexander
by Alex
Thu Jun 28, 2012 10:00 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: New features request for version 3.0 of VintaSoftPDF.NET
Replies: 6
Views: 11827

Re: New features request for version 3.0 of VintaSoftPDF.NET

Hello Mike, Thank you for the explanation, we have understood your needs and I think this functionality will be available in version 6.0. I hope Version 6.0 will be available soon. I hope at the end of the summer. Is it right, that version 3.0 of VintasoftPDF.NET only works with Version 6.0 of Vinta...
by Alex
Wed Jun 27, 2012 2:05 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: New features request for version 3.0 of VintaSoftPDF.NET
Replies: 6
Views: 11827

Re: New features request for version 3.0 of VintaSoftPDF.NET

Also a constructor for PDFPage which accepts common document sizes like A4, A5, Letter and so on. Now you can use the PdfPage(PdfDocument document, Rectangle size) constructor and create page of any size. In version 6.0 we will add new constructor: PdfPage(PdfDocument document, PageSize pageSize). ...
by Alex
Wed Jun 27, 2012 1:57 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: New features request for version 6.0 of VintaSoftImaging.NET
Replies: 14
Views: 19531

Re: New features request for version 6.0 of VintaSoftImaging

Hello Michael, A function to compare the color space of two pictures and getting a value for probability back, about the chance they are identical. Further more, general functions to determine if two photos are identical. Do you need to compare images pixel-by-pixel or like the human visual system? ...
by Alex
Tue Jun 26, 2012 3:31 pm
Forum: Announcements
Topic: Version 8.2 of VintaSoftTwain.NET SDK has been released.
Replies: 6
Views: 6080

Version 8.2 of VintaSoftTwain.NET SDK has been released.

Version 8.2 of VintaSoftTwain.NET SDK has been released. What's new in this version: Added the ability to load images from disk into the internal buffer of device. Added new functionality according to TWAIN specification 2.2. Improved work in multithreaded environment. Optimized the image processing...
by Alex
Thu Jun 21, 2012 6:25 pm
Forum: Hardware and Vendors Discussions
Topic: Neat scanners.
Replies: 4
Views: 21099

Re: Neat scanners.

Hello Norm,

Some of driver's vendors disable part of functionality in driver if UI of driver is not used. Unfortunately, it is a reality.

Best regards, Alexander
by Alex
Wed Jun 20, 2012 3:31 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: New features request for version 6.0 of VintaSoftImaging.NET
Replies: 14
Views: 19531

Re: New features request for version 6.0 of VintaSoftImaging

Hello Nanno, I know that, but a group4 tiff doesn't allow me to use the transparent colour. So it would be usefull for me to supply the SDK with the colour I would like to be handled as beeing "transparant". I'm not sure I have understood you. Do you want to merge black-white images? Best ...
by Alex
Wed Jun 20, 2012 3:28 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: split pdf into images where barcode is found
Replies: 3
Views: 6664

Re: split pdf into images where barcode is found

This also possible. Here are steps you need to do: Render image of PDF page Read barcodes on the image, barcode has information about its position on the image - using this information you can determine regions for splitting the image For each region: create a clone of image, crop cloned image, save...
by Alex
Wed Jun 20, 2012 9:30 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: split pdf into images where barcode is found
Replies: 3
Views: 6664

Re: split pdf into images where barcode is found

Hello, I need more info: Do you want to read barcode from PDF document? Am I right? This is possible using VintaSoftBarcode.NET SDK. Do you want split PDF document to many PDF documents? Am I right? This is possible using VintaSoftImaging.NET SDK + VintaSoftPDF.NET Plug-in (Reader + Writer). Best re...