Page 1 of 1

How to edit Word online directly

Posted: Mon Sep 14, 2015 12:26 am
by Shellyyin
Hello all. I am programming a project. In this project I want my client to edit a Word document in webpage directly at the client side, and then save the data into our server. What's more, there are many client sides. The simultenous editing must be avoided. Is there any method to solve this? Or if there is some software can solve this, that would be better.Thanks.

Re: How to edit Word online directly

Posted: Mon Sep 14, 2015 3:27 pm
by Christopher
You can't edit a Word document directly in a web page. You can edit a document on a web page in a rich text editor that is word processor like. That text can be saved and downloaded in Word format.

Re: How to edit Word online directly

Posted: Thu Oct 15, 2015 1:21 am
by Shellyyin
Christopher wrote:You can't edit a Word document directly in a web page. You can edit a document on a web page in a rich text editor that is word processor like. That text can be saved and downloaded in Word format.
Thanks for your information. After searching, I found something very interesting. It's a software called aceoffix which can be embed in my appication to realize my dreams of editing and saving Word documents online.