Render docx with jsreport.Local and ASP.NET MVC 5
-
I have an application, running in .Net MVC 5.
I have some custom reports in word (docx) and would like to render these reports for download.
I've been reading a lot about jsreport.MVC and jsreport.Local, but I only found examples with the possibility of rendering the view itself.
Questions:
1 - What is the best approach to use docx templates using an MVC5 application? Would it really be jsreport.MVC and jsreport.Local?
2 - Is it possible to pass to the engine, a docx in stream? Because the file is stored in a database.