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.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/ej2-document-editor-web-services
- Owner: SyncfusionExamples
- Created: 2019-06-27T12:11:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T01:32:25.000Z (over 1 year ago)
- Last Synced: 2024-09-10T05:05:27.617Z (over 1 year ago)
- Topics: csharp, document-editor, java, web-api, web-services, word-processor
- Language: Python
- Homepage: https://www.syncfusion.com/javascript-ui-controls/js-word-processor
- Size: 938 KB
- Stars: 12
- Watchers: 3
- Forks: 24
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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).