groupdocs-annotation / GroupDocs.Annotation-for-.NET-MVC

Moved to https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-.NET/tree/master/Demos/MVC
https://products.groupdocs.com/annotation/net
MIT License
3 stars 0 forks source link

Render file on page load when file is saved on Azure storage #43

Closed atirtahirgroupdocs closed 5 years ago

atirtahirgroupdocs commented 5 years ago

Hello, Can you please tell, how to render a file on page load when file is available at Azure storage? There is an option "defaultDocument" in configuration.yml. I set it to 'D:\Documents\sample.pdf' but its not even rendering/opening sample.pdf that is available in local directory. Then how to open a document on page load saved on Azure? Thanks

This issue is raised here https://forum.groupdocs.com/t/groupdocs-upgrade/7399/3.

Pavel-Teplitsky commented 5 years ago

Hi @atirtahirgroupdocs , We have fixed issue with default document, please pull latest version from this repository.

As for the using Azure storage - unfortunatly current version of the example doesn't supports integration with cloud storages. But you can investigate this documentation for how to work with different storage types.

Best regards