Service/ Service URL

Hi Support!

Is the service url or the service for document editor and excel will be available if we purchase the license below?



1 Reply

HC Harini Chellappa Syncfusion Team June 24, 2020 01:34 PM UTC

Hi Mile,

 

Syncfusion Greetings!

 

Document Editor

 

Below ej2 service url is purely used for Syncfusion demo purposes and not advisable for the production environment and it will not include in Javascript bundle.

 

https://ej2services.syncfusion.com/production/web-services/

 

we can write document editor Web API services either in Core or MVC platform, since document editor provides supports in ASP.NET MVC and CORE platforms.

 

Following Packages has to be installed platform-wise.

 

https://www.nuget.org/packages/Syncfusion.EJ2.WordEditor.AspNet.Core 

 

https://www.nuget.org/packages/Syncfusion.EJ2.WordEditor.AspNet.Mvc5 

 

https://www.nuget.org/packages/Syncfusion.EJ2.WordEditor.AspNet.Mvc4

 

For your reference, please refer the below GitHub source for document editor services.

 

https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices

 

https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices/tree/master/ASP.NET%20Core

 

https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices/tree/master/ASP.NET%20MVC

 

you can host the service either in IIS or as per your need and set the launched url to serviceUrl property of document editor container.

 

Please refer the below documentation on service url.

 

https://ej2.syncfusion.com/react/documentation/api/document-editor/#serviceurl

 

containerInstance.serviceUrl = “”//set the hosted url.

 

Excel

 

Following Packages has to be installed platform-wise.

 

https://www.nuget.org/packages/Syncfusion.EJ2.Spreadsheet.AspNet.Core

 

https://www.nuget.org/packages/Syncfusion.EJ2.Spreadsheet.AspNet.Mvc5

 

https://www.nuget.org/packages/Syncfusion.EJ2.Spreadsheet.AspNet.Mvc4

 

Please refer the below documentation on service url.

 

https://ej2.syncfusion.com/documentation/spreadsheet/open-save/#open-and-save

 

https://ej2.syncfusion.com/documentation/spreadsheet/open-save/#server-configuration

 

https://ej2.syncfusion.com/documentation/spreadsheet/open-save/#server-dependencies

 

Regards,

 

Harini C



Loader.
Up arrow icon