Hello,
In the FAQs there is a question about “How can I increase the viewing speed?”
The answer mentions that for frequently viewed files, we can improve performance by exporting them to .DCN format (as shown in the viewer.aspx sample), and then load the .DCN file instead of the original document.
I am currently working on an ASP.NET Core MVC project and would like to implement this approach. However, I am unable to find any documentation or sample code for generating or using .DCN files in .NET Core.
Could you please guide me on how to implement this in a Core MVC project?
Thank you.