'Online Document Editing in ASP.NET
My requirement is that i want to implement something similar to Google Docs in my website.
I want the user to be able to open word, pdf documents from my website without using MS office and pdf reader and they should be able to edit and save those documents in the server.
What should I do? Are there any third party tools for that?
Solution 1:[1]
I'm assuming you want components that are like Google Docs. Unless you're google, you'll have to do a lot of work to get from the currently available components to Google Docs. If components were on par with Google Docs then component vendors would be offering cloud based Office apps too, right?
FckEditor Opensource.
ASP.NET libraries that work with PDF and MS Office formats. Commercial
Telerik RadEditor I use this one for the spell check. Commercial, source available.
Solution 2:[2]
You can use one of the below third party :
1. http://www.textcontrol.com/en_US/products/dotnetwpf/overview/
2. http://www.aceoffix.com/overview.html
3. https://www.devexpress.com/
4. http://www.aspose.com/total-component-suite.aspx
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | MatthewMartin |
| Solution 2 | Osama AbuSitta |
