Search found 2321 matches

by Alex
Thu Apr 03, 2014 2:46 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Question about check digits
Replies: 7
Views: 18353

Re: Question about check digits

Thank you for information, I have understood you incorrectly. SSCC-18 barcode is GS1-128 barcode with application identifier equal to 00. GS1-128 barcode is Code128 barcode with value in GS1 format. SDK can generate Code128 and GS1-128 barcodes. Current version of SDK needs 18 digits (17 value digit...
by Alex
Thu Apr 03, 2014 1:25 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Question about check digits
Replies: 7
Views: 18353

Re: Question about check digits

Hello,

Code128 barcode always has checksum character but checksum character is not included in the barcode value. Why do you need checksum character? Please send me more info about your needs.

Best regards, Alexander
by Alex
Wed Apr 02, 2014 7:45 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Annotations not saving
Replies: 8
Views: 8220

Re: Annotations not saving

Yes, please send us (to support@vintasoft.com) your PDF documents, we need reproduce the issue.

Best regards, Alexander
by Alex
Wed Apr 02, 2014 11:02 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Annotations not saving
Replies: 8
Views: 8220

Re: Annotations not saving

Hello,

We have tested your code and have found it correct. Your code adds annotation to the last page of PDF document:

Code: Select all

annotations(images.Count - 1)
Are you sure that you want to add annotation to the last page of PDF document?

Best regards, Alexander
by Alex
Tue Apr 01, 2014 1:14 pm
Forum: Announcements
Topic: Version 7.2 of VintaSoftImaging.NET SDK has been released.
Replies: 18
Views: 10904

Version 7.2.7.1 of VintaSoftImaging.NET SDK has been released.

Version 7.2.7.1 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftPDF.NET Plug-in: Added the ability to render PDF pages progressively with ability to get intermediate image of PDF page with specified interval. Progressive rendering of PDF pages in image viewer ca...
by Alex
Wed Mar 26, 2014 4:12 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Multi image output from Fujitsu scanners
Replies: 4
Views: 5175

Re: Multi image output from Fujitsu scanners

Hi Fredrick, Multi image output from Fujitsu scanners can be disabled/enabled using the capability with ID=33010. Fujitsu Fi-6130 scanners supports the following values for this capability: 0 - multi image output is disabled 1 - multi image output is enabled, first image is color or gray, second ima...
by Alex
Tue Mar 25, 2014 8:41 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Drag and Drop location zoomed
Replies: 2
Views: 3447

Re: Drag and Drop location zoomed

Hello Dave,

Your code is correct. First, you converted screen coordinates to the viewer coordinates. Next, you converted viewer coordinates to the image coordinates. Finally, you converted image coordinates to the annotation coordinates in DIP.

Best regards, Alexander
by Alex
Mon Mar 24, 2014 1:57 pm
Forum: Announcements
Topic: Version 8.0 of VintaSoftBarcode.NET SDK has been released.
Replies: 10
Views: 7152

Version 8.0.0.5 of VintaSoftBarcode.NET SDK has been released.

Version 8.0.0.5 of VintaSoftBarcode.NET SDK has been released.

What's new in this version:
  • Improved recognition algorithm of Code128 barcodes.
  • Improved algorithm that calculates barcode defects in ISO/IEC 15416 linear barcode print quality test.
by Alex
Fri Mar 21, 2014 3:30 pm
Forum: Announcements
Topic: Version 7.2 of VintaSoftImaging.NET SDK has been released.
Replies: 18
Views: 10904

Version 7.2.6.3 of VintaSoftImaging.NET SDK has been released.

Version 7.2.6.3 of VintaSoftImaging.NET SDK has been released.


What's new in this version of VintaSoftAnnotation.NET Plug-in:
  • Fixed the bug in transformer of text annotation.
by Alex
Fri Mar 21, 2014 8:56 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: New features request for version 8.0 of VintaSoftImaging.NET
Replies: 2
Views: 4778

Re: New features request for version 8.0 of VintaSoftImaging

Hi Mayank,

SDK already has the ability to search text in PDF document and highlight searched results. You can see this functionality in our PDF Reader Demo. Maybe I have understood you incorrectly? Please explain.

Best regards, Alexander