Page 1 of 1

Want To Load Multiple Images as a Single Document

Posted: Wed Nov 29, 2023 5:48 pm
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

Re: Want To Load Multiple Images as a Single Document

Posted: Thu Nov 30, 2023 4:52 pm
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