Hello,
I am using the WebImageViewerJS as described here:
https://www.vintasoft.com/docs/vsimagin ... Html5.html. The issue is that my pdfs are served from a remote api but when I do webImageViewer1.get_Images().openFile("http://localhost:1931/api/FileManager/Download/EF824E6B78F94A959029289D2B00CB8B")
I get as a response: {"imageInfos":null,"success":false,"blocked":false,"errorMessage":"http://localhost:1931/api/FileManager/Download/EF824E6B78F94A959029289D2B00CB8B:The given path's format is not supported.","requestId":null}
What can I do to show images from remote sources (not local to the web application)?
Thanks