I have a sample application where client A upload some sample document to windows azure storage , I want to build a user interface where client B views,edits and attaches a signature to the document and notifies the client A , Is their any inbuilt document viewing editing tool provided by windows azure or should i write helper application to achieve this functionality ?
I have a sample application where client A upload some sample document to windows
Share
No, Windows Azure does not provide you with a document viewing/editing tool. I suggest you take a look at a commercial viewer/editor which supports Windows Azure (Blob Storage). Take Telerik’s RadEditor for example:
Note: This editor focuses on HTML, so you might want to check if it’s easy to convert your document from/to HTML.