Hello Team,Based on the following url we created the sampleafter when I run the project the following error occurs. Please help me out.
|
Regarding "I have licence version only, Tell me how to disable the message" |
Please find the step to disable license warning in your sample from below documentation link.
|
|
Regarding "Dynamically open document"
|
Please refer below KB link to know more about dynamically load document from web server in document editor.
In this above sample, we have added code to open document on button click. You can customize this option to open document based on the user information. |
|
Regarding "Export document in Doc format"
|
Document Editor has support "Docx","SFDT", "Txt" in client side. To save it document "Doc" you need to send the document to server and convert it into doc format by using Syncfusion.DocIO library.
Please refer below KB to know about how to save the document in server side.
https://www.syncfusion.com/kb/10295/how-to-open-and-save-file-from-server-using-ajax-call-in-asp-net-mvc |