Search found 2309 matches

by Alex
Thu Jan 04, 2024 11:37 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Cannot create decoder for 1.jpg file in linux docker
Replies: 1
Views: 164

Re: Cannot create decoder for 1.jpg file in linux docker

Hello Jwalit,

JPEG decoder is internal decoder and it is stored in Vintasoft.Imaging.dll, i.e. JPEG decoder is always available.

Please check that "1.jpg" file is really JPEG file.

If you are loading file from stream, please check that stream position is 0.

Best regards, Alexander
by Alex
Thu Jan 04, 2024 11:32 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: What to use for linux site license
Replies: 3
Views: 233

Re: What to use for linux site license

Hi Chintah, Please see list of available licenses here: https://www.vintasoft.com/register.html Also please read the license agreement here: https://www.vintasoft.com/vsimaging-dotnet-license.html If you still not found answer to your question, please contact sales at sales@vintasoft.com. Best regar...
by Alex
Thu Dec 28, 2023 2:47 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: saveChanges method throw error when used with multiple image
Replies: 1
Views: 225

Re: saveChanges method throw error when used with multiple image

Hello Jwalit, You have error because WebDocumentViewerJS.saveChanges function cannot save 2 JPEG images to a JPEG file because JPEG file can store 1 image only. Please use WebDocumentViewerJS.exportFile or WebDocumentViewerJS.exportAndDownloadFile functions and save 2 JPEG images to a TIFF or PDF fi...
by Alex
Thu Dec 28, 2023 12:19 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Upload image from URL does not work with Azure Blob url
Replies: 8
Views: 1069

Re: Upload image from URL does not work with Azure Blob url

Hello Jwalit,

Binary data can be sent only as a part of form data.

HTTP REST API does not allow to send binary data directly, i.e. binary data must be encoded to a base64-string.

VintaSoft Web Document Viewer can work base64-images.

Best regards, Alexander
by Alex
Thu Dec 28, 2023 12:12 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Two image viewer and thumbnail viewer in single document viewer
Replies: 3
Views: 236

Re: Two image viewer and thumbnail viewer in single document viewer

Hello Jwalit,

Vintasoft Web Document Viewer is a web control that allows to use 1 web image viewer and 1 thumbnail viewer.

If you want to use several viewers, you can create custom web control by yourself.

Best regards, Alexander
by Alex
Wed Dec 27, 2023 12:05 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Upload image from URL does not work with Azure Blob url
Replies: 8
Views: 1069

Re: Upload image from URL does not work with Azure Blob url

Hello Jwalit, Thank you for information. JPEG image from URL is rendering during long time because web service sends many requests (200+) to the URL. We increased the buffer size in HTTP streaming stream and now web service sends only 1 request for each image tile. Now image from your URL is rendere...
by Alex
Mon Dec 25, 2023 3:30 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Upload image from URL does not work with Azure Blob url
Replies: 8
Views: 1069

Re: Upload image from URL does not work with Azure Blob url

Hello Jwalit, "Upload image from URL" functionality uses byte-range requests to get the file data, i.e. web service uses lazy loading of file bytes and web service does not download the whole file to a web server. If server does not support byte-range requests, web service needs to downloa...
by Alex
Fri Dec 22, 2023 12:07 pm
Forum: Announcements
Topic: Version 12.3 of VintaSoft Imaging .NET SDK has been released.
Replies: 9
Views: 6930

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

Version 12.3.2.1 of VintaSoft Imaging .NET SDK has been released. What's new in this version of VintaSoft Imaging .NET SDK: Web development Improved the thumbnail selection in web thumbnail viewer. Improved the algorithm that renders stamp-annotation. Added improvements in code of AspNetCoreFileConv...
by Alex
Wed Dec 13, 2023 7:21 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Version 12.3 : Net core API GetImageFileInfo response error
Replies: 6
Views: 14034

Re: Version 12.3 : Net core API GetImageFileInfo response error

Hi Jwalit, Data storage concatenates the storage folder path and file name if file path is necessary. In your case: 1. The storage folder path is "C:/Jwalit/Sample Files/{sessionId}/" 2. File name is "24521447.tif" Please make sure that your computer has file with path "C:/J...
by Alex
Tue Dec 12, 2023 10:24 am
Forum: Announcements
Topic: Version 12.3 of VintaSoft Imaging .NET SDK has been released.
Replies: 9
Views: 6930

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

Version 12.3.1.1 of VintaSoft Imaging .NET SDK has been released. What's new in this version of VintaSoft Imaging .NET SDK: Web development Web document viewer Improved the algorithm that renders documents in vector mode. Now the algorithm renders a document in vector form only if the document can b...