Search found 2191 matches

by Alex
Wed Sep 20, 2023 2:54 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Show all thumbnails in whole page instead of document viewer
Replies: 3
Views: 128

Re: Show all thumbnails in whole page instead of document viewer

Hello, The WebImageViewerJS control is internded for displaying of images. The WebThumbnailViewerJS control is internded for displaying of thumbnails. In general you can set small zoom and see "thumbnails" in WebImageViewerJS control but this is bad idea. Why WebThumbnailViewerJS control d...
by Alex
Wed Sep 20, 2023 2:52 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Create Annotation on Righ click of web document viewer
Replies: 2
Views: 36

Re: Create Annotation on Righ click of web document viewer

Hello Jwalit, The WebAnnotationViewJS.set_Location function ( https://www.vintasoft.com/docs/vsimaging-dotnet-web/Vintasoft.Imaging.Annotation.JS/Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS/set_Location.html ) sets the annotation location, in device-independent units (1/96th inch per unit). ...
by Alex
Fri Sep 15, 2023 8:47 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Show all thumbnails in whole page instead of document viewer
Replies: 3
Views: 128

Re: Show all thumbnails in whole page instead of document viewer

Hello,

If you want to view thumbnails of images/pages on web page, please use Vintasoft web thumbnail viewer: https://www.vintasoft.com/docs/vsimagin ... werJS.html

Best regards, Alexander
by Alex
Thu Sep 14, 2023 3:52 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Save document at server side physically using API
Replies: 2
Views: 80

Re: Save document at server side physically using API

In version 12.2.8.1 we will add the WebDocumentViewerJS.removePage function. This function allows to remove page from multipage image file or multipage document on server. For solving your task you will need to do the following steps: Delete pages from file. Download file from server. Best regards, ...
by Alex
Thu Sep 14, 2023 12:39 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: How can make drag and drop thumbnail UI to change the sequence of the pages
Replies: 2
Views: 64

Re: How can make drag and drop thumbnail UI to change the sequence of the pages

Hello,

Current version (12.2.7.1) of Vintasoft web thumbnail viewer does not allow to swap pages in viewer using drag-and-drop.

Best regards, Alexander
by Alex
Thu Sep 14, 2023 12:38 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Save document at server side physically using API
Replies: 2
Views: 80

Re: Save document at server side physically using API

Hello, Current version (12.2.7.1) of VintaSoft Web Document Viewer does not allow to delete pages from source multipage document (file stored on server). You can create necessary web actions by yourself because VintaSoft Imaging .NET SDK (.NET code on server side) allows to delete pages from multipa...
by Alex
Wed Sep 13, 2023 3:23 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: PDF Streaming in Document Viewer
Replies: 1
Views: 144

Re: PDF Streaming in Document Viewer

Hello Chintan, VintaSoft Web Document Viewer uses Vintasoft web services (ASP.NET Core API controllers, ASP.NET MVC5 controllers or ASP.NET HTTP handlers) to access files with images and documents. Each Vintasoft web service uses the data storage ( IDataStorage ) to access stream with file data. Cur...
by Alex
Wed Sep 13, 2023 9:18 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PDF file Linearized
Replies: 5
Views: 4096

Re: PDF file Linearized

Hello, The Vintasoft ImageViewer control displays PDF page right after page is ready for viewing - this is the default behaviour. Please run VintaSoft Document Viewer Demo ("[SdkInstallPath]\VintaSoft\Imaging .NET v12.2\Bin\DotNet4\AnyCPU\DocumentViewerDemo.exe"), open your PDF document an...
by Alex
Tue Sep 12, 2023 2:42 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PDF file Linearized
Replies: 5
Views: 4096

Re: PDF file Linearized

Hello,

VintaSoft Imaging .NET SDK still cannot create linearized PDF documents. This feature is in our to-do list.

Best regards, Alexander
by Alex
Fri Sep 01, 2023 2:50 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Annotation rendering off for unfocused landscape pages
Replies: 3
Views: 202

Re: Annotation rendering off for unfocused landscape pages

Hello,

In version 12.2.7.1 we have fixed the bug in PdfAnnotationTool class and this fix should solve your problem. Please use version 12.2.7.1 and let me know result.

Best regards, Alexander