Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need the following functionality in a web application developed using ASP.NET

-Display a pdf file on a web page.
-Allow users to add bookmarks and comments alongwith bookmarks.
-When user adds a bookmark, I want some sort of callback that can be used to save the bookmark text and corresponding comments into my database
-Users can search through all the Comments added by various users. When user selects a record from the search list, I want to display the pdf file and highlight/navigate to the bookmark text.

Can someone suggest a tool or api to achieve this? There is a control RAD PDF which can be used to implement the required functionality, but I want to see if there are any other options. Thanks in advance for the helpful suggestions by CodeProject community.
Posted
Comments
Richard Deeming 26-Aug-15 9:57am    
Have a look at PDF.js[^]. It's the same tool that Firefox uses to display PDF files in the browser, and has a lot of options for processing PDF files.
Code Help 2014 26-Aug-15 10:00am    
I think its a good option. Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900