An open API service indexing awesome lists of open source software.

https://github.com/syncfusionexamples/ej2-document-editor-web-services

This repository contains Web API service projects for Word Processor (also known as Document Editor) component server-side dependencies in all supported platforms.
https://github.com/syncfusionexamples/ej2-document-editor-web-services

csharp document-editor java web-api web-services word-processor

Last synced: 5 months ago
JSON representation

This repository contains Web API service projects for Word Processor (also known as Document Editor) component server-side dependencies in all supported platforms.

Awesome Lists containing this project

README

          

# Word Processor (a.k.a) Document Editor Web services

Word Processor (a.k.a) Document Editor requires server side interaction for below listed operations
* Import Word Document
* Paste with formatting
* Restrict Editing
* Spell Check

Web API can be written in

**ASP.NET MVC:**
* [Syncfusion.EJ2.WordEditor.AspNet.Mvc5](https://www.nuget.org/packages/Syncfusion.EJ2.WordEditor.AspNet.Mvc5)
* [Syncfusion.EJ2.WordEditor.AspNet.Mvc4](https://www.nuget.org/packages/Syncfusion.EJ2.WordEditor.AspNet.Mvc4)

Please refer [ASP.NET MVC Web API sample](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices/tree/master/ASP.NET%20MVC).

**ASP.NET Core:**
* [Syncfusion.EJ2.WordEditor.AspNet.Core](https://www.nuget.org/packages/Syncfusion.EJ2.WordEditor.AspNet.Core)

Please [ASP.NET MVC Web API sample](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices/tree/master/ASP.NET%20Core).

**Java:**
* syncfusion-ej2-wordprocessor-18.1.0.29.jar file available in build installed locaion.

Syntax:

>**(installed location)**/Syncfusion/Essential Studio/JavaScript - EJ2/18.1.0.29/JarFiles/syncfusion-ej2-wordprocessor-18.1.0.29.jar

>C:/Program Files (x86)/Syncfusion/Essential Studio/JavaScript - EJ2/18.1.0.29/JarFiles/syncfusion-ej2-wordprocessor-18.1.0.29.jar)

Please refer [Java Web API sample](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices/tree/master/Java).