Search found 2320 matches

by Alex
Tue Dec 12, 2023 10:24 am
Forum: Announcements
Topic: Version 12.3 of VintaSoft Imaging .NET SDK has been released.
Replies: 10
Views: 8028

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...
by Alex
Thu Dec 07, 2023 5:46 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Version 12.3 : Net core API GetImageFileInfo response error
Replies: 6
Views: 15023

Re: Version 12.3 : Net core API GetImageFileInfo response error

Hello Jwalit, For solving the problem you need to do the following steps: In each Vintasoft API controller override the CreateSessionDataStorage method: protected override IDataStorage CreateSessionDataStorage(string sessionId) { if (sessionId == null) { if (IsEmptySessionSupported) sessionId = &quo...
by Alex
Wed Dec 06, 2023 10:50 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Delete Vintasoft Cache automatically in web document viewer
Replies: 3
Views: 8185

Re: Delete Vintasoft Cache automatically in web document viewer

Hi Jwalit, Do you want to clear cache in your web application? If yes, please let me know how you are planning to do this? Please remember that clearing of cache (removing of files in cache folder) may take some time. Also I think it is a bad idea to allow clear cache from public web API. Best regar...
by Alex
Wed Dec 06, 2023 10:43 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Version 12.3 : Net core API GetImageFileInfo response error
Replies: 6
Views: 15023

Re: Version 12.3 : Net core API GetImageFileInfo response error

Hi Jwalit,

In version 12.3 the "Data storage item key is not correct" error occurs if file identifier is a rooted path.

Why do you use rooted path as a file identifier?

Best regards, Alexander
by Alex
Tue Dec 05, 2023 10:12 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Delete Vintasoft Cache automatically in web document viewer
Replies: 3
Views: 8185

Re: Delete Vintasoft Cache automatically in web document viewer

Hi Jwalit, Can you share when does Vintasoft cache file deleted in web document viewer, I need it should delete automatically old files after specific time from the Vintasoft cache directory If you want to clear cache of image tiles, please use the ImageTilesCacheManager class. If you want to clear ...
by Alex
Thu Nov 30, 2023 4:52 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Want To Load Multiple Images as a Single Document
Replies: 1
Views: 4884

Re: Want To Load Multiple Images as a Single Document

Hello Chintan, If you want to open file in Vintasoft web document viewer, please use the WebDocumentViewerJS.openFile function. Function clears a document viewer and opens the specified file in document viewer. If you want to add file to Vintasoft web document viewer, please use the WebDocumentViewe...
by Alex
Wed Nov 29, 2023 3:51 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: PDF Streaming in Document Viewer
Replies: 2
Views: 6076

Re: PDF Streaming in Document Viewer

Hello Chintan, VintaSoft Imaging .NET SDK 12.3 has been released today. Now WebDocumentViewerJS class can open files hosted on an HTTP server (URL) without uploading the file data onto the application's web server. You can test this functionality in VintaSoft ASP.NET Core Imaging Demo if you will cl...
by Alex
Wed Nov 29, 2023 3:48 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: We are not able to get Angle rotation value after performing rotation in web document viewer
Replies: 6
Views: 8037

Re: We are not able to get Angle rotation value after performing rotation in web document viewer

Hello Jwalit, It is working fine , however do you have any single get method that help me to get angle even if it is custom or not , so that when user click right rotate it will rotate image VintaSoft Imaging .NET SDK 12.3 has been release today. In this version we changed algorithm that rotates vie...
by Alex
Wed Nov 29, 2023 3:45 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Tooltip is not visble on mouse over of annotation
Replies: 4
Views: 7168

Re: Tooltip is not visble on mouse over of annotation

Hi Chintan, Sorry for delay. We analyzed problem and here are results: Problem occurs because Firefox shows tooltip for each object only once. We have not find adecvate solution that allow to show tooltip for object the second time in Firefox. If you still need solution for this problem, please use ...
by Alex
Wed Nov 29, 2023 3:41 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Save document at server side physically using API
Replies: 5
Views: 3528

Re: Save document at server side physically using API

Hi Chintan, VintaSoft Imaging .NET SDK 12.3 has been released today. In this version web document viewer can: Remove page, remove pages, swap pages. Save changes (reorder pages, annotations, form fields) in processed document. Export processed document with annotations to PDF or TIFF file. Best rega...