Display different types of documents and add different types of annotations to them in ASP.Net MVC

Viewed 23

I want the ability to display different types of documents (like Pdf, TXT, image files etc) in ASP.Net MVC or any other framework for Web application development and must be able to add different types of annotations such as ink, free text, pop up, text markup annotation, and more on those documents.

Can anyone suggest me how to achieve this in MVC or in any other Web technology without using a third party libraries?

0 Answers
Related