问题
In my application, we store documents in Sharepoint and use asp.net application to display that. Which is the best editor to integrate and that would work on every browser post IE7?
Does google docs provide api as I am looking for that kind of viewer for all type of files.
Remember I am looking for html and not silverlight or WPF application. Lazy loading would be a plus. The viewer should integrate with all document types
回答1:
You can have a look at this http://www.doconut.com/Document-Viewer/Features.aspx
- Asp.net application to display that - Yes
- Would work on every browser post IE7? - Yes
- Remember I am looking for html and not silverlight or WPF application. - Yes
- Lazy loading would be a plus. - Yes
- The viewer should integrate with all document types - Yes
回答2:
maybe this can help you Office Web Apps with SarePoint
回答3:
Yes google Provides API for such purpose...check this out..
- Example on StackOverflow
- Google API documentaion
回答4:
Aspose offers strong document APIs http://www.aspose.com/
You could combine document conversion into an HTML friendly format from there orignal format, such Word to PDF or Excel to PDF or even images if the purpose is view only.
http://www.aspose.com/demos/.net-components/default.aspx
回答5:
http://docs.google.com/viewer?url= <USER PATH TO THE FILE>
回答6:
I used this in the past to do something similar. It is easy to use and does not cost anything.
http://www.tinymce.com/
My scenario was somewhat different than yours. I needed to give the user a nice full featured editor. Behind the scenes it generated html which I stored into a database field. This solution uses a javascript library and html.
来源:https://stackoverflow.com/questions/11939370/asp-net-html-document-viewer