Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi all!
I want create an application in ASP.Net C# that can upload a office word (.doc or .docx) and show it on editor and user can edit and save it. (similar google doc)

I don't want use usual text editor such as: ckEditor or devexpress or etc.

Please suggest me a solution or help me for more effective search.

What I have tried:

I tested most components, each one has a problem such as: problem in create table or unable to create math functions or etc.
Posted
Updated 14-Nov-18 9:42am

1 solution

Developing a system like "Google Docs" requires alot of effort, time, expertise and research. I'm not even sure if there's a similar component that does the same job.

Since you want an app that acts like Google docs, you would still need to use Google Docs and integrate that into your app to take advantage of the features that it offers. You can start by looking the API docs here: Google Sheets API Client Library for .NET  |  API Client Library for .NET  |  Google Developers[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900