Asked by:
Active x alternative to open word document

Question
-
User1056862607 posted
HI,
We have been using axctive x to render the word document in edit mode and on saving it used to save back in server using webdev.
as axtive x is not supported in IE edge or chrome , what is the alternative. any example would be of great help.
Thanks in advance
Ganesh
Thursday, November 21, 2019 11:05 AM
All replies
-
User475983607 posted
Search NuGet for WebDAV clients and servers.
There's also Google.
Thursday, November 21, 2019 11:32 AM -
User-719153870 posted
Hi Ganesh Uchil,
Ganesh Uchil
render the word document in edit mode and on saving it used to save back in server using webdevAccording to the description, are you trying to edit word documents online?
If so, you can find many related records online, try Open/Edit a word document on a web page or open and Edit a Word document Online.
Or if i misunderstood the requirement, please feel free to tell.
Best Regard,
Yang Shen
Friday, November 22, 2019 6:07 AM -
User1056862607 posted
Hello Yang Shen,
Yes, we are trying to edit word document online. Currently we are using active X and it is working as expected.
the links provide the same solution (Active x)and can be used only in internet explorer. We are trying implement the same in edge and chrome browser where active x is not supported.
we are not looking for 3rd party tools
Thanks & Regards
Ganesh Uchil
Monday, November 25, 2019 10:54 AM -
User-719153870 posted
Hi Ganesh Uchil,
we are not looking for 3rd party toolsactive x is not supported.This could be really complex to meet the requirement with pure c# and js code.
The whole process should be like below:
First, read the word document content with full text format to your web page;
Then, edit the content in your web page with text format which is available in MS Word;
last, save the final content back to yout word document.
You can refer to Word to HTML Converter using ASP.Net 2.0 and Microsoft 11.0 object Library and Dynamically generate a MS Word document using HTML & CSS.
Best Regard,
Yang Shen
Wednesday, November 27, 2019 2:37 AM