Want To Load Multiple Images as a Single Document

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Post Reply
chintan.shah
Posts: 13
Joined: Wed Sep 13, 2023 11:56 am

Want To Load Multiple Images as a Single Document

Post by chintan.shah »

Hello Vintasoft,

We have placed multiple images/JPEG in a cloud and those images are taken from a single PDF/TIFF (e.g. multiple pages in a single PDF/TIFF).

Requirement is to show all those images in Imaging/Annotation/Document Viewer as a single document. So if we give array/list or multiple image paths from cloud (e.g. https://www.azurecloud.com/dummy.jpg) to Document Viewer then is it possible if yes then how can we achieve it and is there any limitation compare to single PDF/TIFF?


Thanks
Chintan Shah
Alex
Site Admin
Posts: 2319
Joined: Thu Jul 10, 2008 2:21 pm

Re: Want To Load Multiple Images as a Single Document

Post by Alex »

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 WebDocumentViewerJS.addFile function. Function adds specified file to a document viewer.

Best regards, Alexander
Post Reply