Search found 2366 matches

by Alex
Fri Nov 08, 2024 11:22 am
Forum: Announcements
Topic: Version 15.0 of VintaSoft Barcode .NET SDK has been released.
Replies: 11
Views: 2808

Version 15.0.11.1 of VintaSoft Barcode .NET SDK has been released.

Version 15.0.11.1 of VintaSoft Barcode .NET SDK has been released. What's new in this version: Fixed the bug in algorithm that calculates the Modulation grade in ISO15415 barcode print quality test for Aztec barcodes. Fixed the bug in algorithm that calculates the FixedPatternDamageGrade grade in ...
by Alex
Fri Nov 01, 2024 11:24 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Null reference error when exporting XLSX to pdf
Replies: 2
Views: 104

Re: Null reference error when exporting XLSX to pdf

Hello Nick,

Thank you for information.

Please send us (to support@vintasoft.com) a console project that allows to reproduce the problem. We need to reproduce the problem on our side.

Best regards, Alexander
by Alex
Tue Oct 29, 2024 10:18 am
Forum: Announcements
Topic: Version 12.5 of VintaSoft Imaging .NET SDK has been released.
Replies: 8
Views: 1940

Version 12.5.8.1 of VintaSoft Imaging .NET SDK has been released.

Version 12.5.8.1 of VintaSoft Imaging .NET SDK has been released. What's new in this version of VintaSoft PDF .NET Plug-in: .NET development Fixed the bug in PdfContentRenderingContext.DestRect property. Fixed the bug in algorithm that displays PDF page in image viewer. Fixed the bug in algorithm ...
by Alex
Fri Oct 18, 2024 3:50 pm
Forum: Code samples
Topic: JavaScript: How to search text on image in web image viewer programmatically.
Replies: 0
Views: 348

JavaScript: How to search text on image in web image viewer programmatically.

Here is JavaScript code snippet that shows how to programmatically search text "SDK" on the first image in web image viewer and scroll to the searched text in web image viewer: function __searchText() { var imageIndex = 0; // get image viewer that is associated with web document viewer var ...
by Alex
Fri Oct 18, 2024 10:49 am
Forum: Announcements
Topic: Version 12.5 of VintaSoft Imaging .NET SDK has been released.
Replies: 8
Views: 1940

Version 12.5.7.1 of VintaSoft Imaging .NET SDK has been released.

Version 12.5.7.1 of VintaSoft Imaging .NET SDK has been released. What's new in this version of VintaSoft PDF .NET Plug-in: .NET development Improved the algorithm of PDF/A converter and PDF/A verifier. Fixed the bug in algorithm that displays TextMarkup annotation using PdfTextMarkupTool. Fixed the ...
by Alex
Thu Oct 17, 2024 4:23 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: .NET WinForms to WPF
Replies: 7
Views: 3192

Re: .NET WinForms to WPF

Hi Marco,

For understanding the problem we need to reproduce the problem on our side. Could you send us (to support@vintasoft.com) a small project that demonstrates the problem?

Best regards, Alexander
by Alex
Wed Oct 16, 2024 3:59 pm
Forum: Announcements
Topic: Version 15.0 of VintaSoft Barcode .NET SDK has been released.
Replies: 11
Views: 2808

Version 15.0.10.1 of VintaSoft Barcode .NET SDK has been released.

Version 15.0.10.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Fixed the bug in the SVG barcode generation algorithm when using the WriterSettings.SetWidth method.
by Alex
Tue Oct 15, 2024 2:13 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: .NET WinForms to WPF
Replies: 7
Views: 3192

Re: .NET WinForms to WPF

Hello Marco, Here is equivalent of ImageViewer.ClientRectangle method for WpfImageViewer: public static Size GetClientSize(WpfImageViewer viewer) { double w = viewer.ActualWidth; double h = viewer.ActualHeight; if (viewer.ComputedHorizontalScrollBarVisibility == Visibility.Visible) w ...
by Alex
Wed Oct 09, 2024 9:30 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Out Of Memory issue while tiff page shuffling
Replies: 1
Views: 230

Re: Out Of Memory issue while tiff page shuffling

Hi Ankit,

Please check for memory leaks in your application. Send us (to support@vintasoft.com) a small project, which allows to reproduce the problem, if you cannot solve the problem by yourself.

Best regards, Alexander
by Alex
Tue Oct 01, 2024 5:12 pm
Forum: Announcements
Topic: Version 15.0 of VintaSoft Barcode .NET SDK has been released.
Replies: 11
Views: 2808

Version 15.0.9.1 of VintaSoft Barcode .NET SDK has been released.

Version 15.0.9.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Fixed the regress in algorithm that recognizes EAN barcodes.