Search found 10 matches

by satish.trivedi
Thu Oct 12, 2023 11:50 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Rotate image in imageviewer while dowload it is not updated file
Replies: 8
Views: 5844

Re: Rotate image in imageviewer while dowload it is not updated file

Thanks Alex. We will check this. However, is there any plan from vintasoft in future release for the same? As this will make system faster.
by satish.trivedi
Wed Oct 11, 2023 5:28 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Rotate image in imageviewer while dowload it is not updated file
Replies: 8
Views: 5844

Re: Rotate image in imageviewer while dowload it is not updated file

Thanks Alex for your suggestion. There it seems slowness while saving a big document after rotating multiple page and save. As user may rotate multiple page in a document, however, while try to save. We need to execute (call api) multiple time. For example if user has rotate page number 1, 3, 5, 10....
by satish.trivedi
Mon Oct 09, 2023 2:49 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Rotate image in imageviewer while dowload it is not updated file
Replies: 8
Views: 5844

Re: Rotate image in imageviewer while dowload it is not updated file

Thanks Alex. Using the below code we are able to rotate and physically able to save drive. let focusedIndexvalue = imageViewer.get_FocusedIndex(); if (focusedIndexvalue > -1) { var instance = new Vintasoft.Imaging.ImageProcessing.WebRotateCommandJS(); instance.set_Angle(90); //var value = instance.g...
by satish.trivedi
Thu Oct 05, 2023 2:03 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Rotate image in imageviewer while dowload it is not updated file
Replies: 8
Views: 5844

Rotate image in imageviewer while dowload it is not updated file

Using below code we are able to rotate image. However, it does not update in folder (VintasoftCache\some-guid\Tiles). Therefore while we download image file, it download original file not the file which has update of rotation. Additionally how we can use below API's ../vintasoft/api/MyVintasoftImage...
by satish.trivedi
Tue Sep 19, 2023 3:59 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Show all thumbnails in whole page instead of document viewer
Replies: 3
Views: 1744

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

Thanks Alex, provided link (https://www.vintasoft.com/docs/vsimaging-dotnet-web/Vintasoft.Imaging.JS/Vintasoft.Imaging.UI.WebThumbnailViewerJS.html) is related to thumbnailviewer. However, is it possible to view thumbnails in WebImageViewerJS (https://www.vintasoft.com/docs/vsimaging-dotnet-web/Vint...
by satish.trivedi
Thu Sep 14, 2023 4: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: 1744

Show all thumbnails in whole page instead of document viewer

In page how we to show all thumbnails instead of document viewer. In this way we can show all the thumbnails to the users in one page, where user can view all the thumbnails without scrolling and take action in less time and less click.
by satish.trivedi
Wed Sep 13, 2023 5:46 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: 8
Views: 6811

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

Using thumbnail how we can select and drag and drop pages (swap the document page)?
by satish.trivedi
Wed Sep 13, 2023 5:40 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Save document at server side physically using API
Replies: 5
Views: 3980

Save document at server side physically using API

If we have deleted or added few pages from UI/JavaScript methods then how can we save that document (edited pdf with less pages) at server side physically? Is there any Web API available for this? Like in below code we have removed selected page, however, how to save edited file at server side? let ...
by satish.trivedi
Tue Sep 12, 2023 3:33 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PDF file Linearized
Replies: 5
Views: 9704

Re: PDF file Linearized

Thanks Alex for your quick response.

Is there any option to load big size pdf in Streaming (Linearized pdf)?
Like if there are 100 pages in pdf file, it should start showing once first page is loaded and so on?
by satish.trivedi
Tue Sep 12, 2023 11:34 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PDF file Linearized
Replies: 5
Views: 9704

Re: PDF file Linearized

Is there any update on PDF file Linearized?
Is there any option to load big pdf in Streaming, like if there are 10 pages in pdf, it will start showing once first page is loaded and so on?