0

I want to make an website where user will be able to open various uploaded Ms-Word .doc or .docx files, edit them on the fly and then save them through any WYSIWYG MsWord-like editor. The interface should be very much similar to MsWord.

DO you have any Idea which editor I should use? FCKEditor, TinyMCE etc are editors but they can not open .doc or .docx files.

PLz help

qateam
  • 11
  • 2
  • 5

2 Answers2

2

This is not an easy task, your best off using a 3rd party like Google Docs to do this.

They have an API here.

fire
  • 21,383
  • 17
  • 79
  • 114
0

All the online WYSIWYG editors supports mainly HTML and RTF formats.

Try a 3rd party API as suggested by @fire, Google.

Also you can go for SkyDrive API that can provide you an online MS Office interface. Refer to this answer.

Community
  • 1
  • 1
Asif
  • 4,980
  • 8
  • 38
  • 53