Page 1 of 1

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

Posted: Wed Sep 13, 2023 5:46 pm
by satish.trivedi
Using thumbnail how we can select and drag and drop pages (swap the document page)?

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

Posted: Thu Sep 14, 2023 12:39 pm
by Alex
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

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

Posted: Fri Sep 22, 2023 6:16 pm
by chintan.shah
Hi Alex,

How would we get all thumbnails through Javascript, so we our self develop custom code to get and make thumbnail drag and drop.

Please refer below URL. Like this, we want it for thumbnails to work. So we can change the sequence of the thumbnails and then later we can save the document physically as per changed sequence.
https://jqueryui.com/sortable/#display-grid

Below is the high level code which we are using it to get the each thumbnail but it is not giving correct thumbnail. It is giving current visible document's big image:

Code: Select all

test = new Vintasoft.Imaging.DocumentViewer.WebDocumentViewerJS(
      docViewerSettings).get_ThumbnailViewer().get_Images().getImage(3).getImageAsBase64String();

Thanks
Chintan Shah

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

Posted: Mon Sep 25, 2023 9:28 am
by Alex
Hi Chintan,

Current version does not have web API that allows to get thumbnails as a base64-string.

We will add the ability to sort thumbnails (using drag-and-drop) in web thumbnail viewer in near time (I think in 2 weeks).

Best regards, Alexander

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

Posted: Wed Oct 04, 2023 9:06 am
by chintan.shah
Hi Alex,

In which version should we expect? Any date?

Thanks,
Chintan Shah

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

Posted: Wed Oct 04, 2023 12:43 pm
by Alex
Hi Chintan,

We revised our plans and now the ability to sort thumbnails (using drag-and-drop) in web thumbnail viewer will be available in VintaSoft Imaging .NET SDK 12.3. We plan to release version 12.3 in November 2023.

Best regards, Alexander

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

Posted: Fri Oct 27, 2023 4:49 pm
by chintan.shah
Thank you Alex for accommodating requested changes.

May we know which date in November, 2023?

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

Posted: Sat Oct 28, 2023 8:37 am
by Alex
Hello,

Microsoft will release .NET 8 on November 14, 2023.

We plan to release VintaSoft Imaging .NET SDK 12.3 with .NET 8 support in 1-2 weeks after release of .NET 8.

Best regards, Alexander

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

Posted: Wed Nov 29, 2023 3:34 pm
by Alex
Hi Chintan,

VintaSoft Imaging .NET SDK 12.3 has been released today and now VintaSoft Web Thumbnail Viewer allows to rearrange thumbnails using the drag-and-drop operation.

Best regards, Alexander