I need to integrate a web-based word processor to my PHP application. Here is the workflow:
- User selects a file to edit
- The document opens up in a browser/cloud based editor
- The document is edited as per requirement
- The user requests for the document to be saved
- The document is saved back in the server.
There are two options I've figured out for myself.
- Host a web application package on my server that does the job of a word processor. E.g. - CKEditor
- Utilize an existing service's API to do the job. E.g. - Zoho Remote API
Kindly suggest what would be a better option and also if there are more options that I haven't considered. I am looking for a solution that is simple and quick to implement. Looking forward to your suggestions before actually getting on with the project.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire