Currently, I am working on a project that aims to enable document reading directly within the browser, eliminating the need for any additional software installations. This feature is intended to be a crucial part of a management application tailored for businesses. Despite experimenting with iTextSharp and PDFSharp libraries, I have discovered that they do not offer the functionality I require; these tools mainly focus on generating PDFs from HTML content. However, during my search for an alternative solution, I came across an intriguing project developed by Mozilla Lab. Mozilla's innovative technology enables PDF documents to be rendered directly in the browser without the necessity of a plug-in or external application. Learn more about pdf.js here
I am now curious about integrating this script with ASP.Net. If it is feasible, I would greatly appreciate your guidance on relevant source code or recommended links for successfully implementing this solution.