Hello, I want to implement groupdocs viewer. I download the sample .Net Core project.
I want to modify this project only I need to view a document when endpoint calls. And show that document only.
- I have file on stream.
- I dont want to download and put it on /storage folder.
In example .Net Core demo project in program.cs file is there a way to only set like comment below
image.png (10.3 KB)
My usage of viewer is like Im going to host this example viewer project standole. And display from <‘iframe’> in my project. So in my project its only open modal and show viewer in iframe and render only one document per time. Then its closing the viewer. I want to use viewer search and other download tools as well. So I dont want only to show document content.
groupdocs2.PNG (8.0 KB)
If I can complete this my company will buy this product for our usage.