Click here to Skip to main content
15,892,804 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:


I am using Acrobat Reader 10.1.0 which provide annotation facility. And I want to show PDF file in my C# application so that I can use this annotation facility.

For this I approaches two solutions:

1. Use Web Browser control (System.Windows.Forms.WebBrowser), and it shows PDF file successfully in my C# application.

2. Acrobat PDF Reader COM component, and it also shows PDF file successfully in my C# application.

But the problem on both the solution is, I can't use annotation facility. As annotation is disabled when PDF opened in C#.NET application.

NOTE: Annotation facility is like, add your comments in PDF file, highlight some text in PDF file.


Regards
Pushkar

Posted

1 solution

I suspect that the best (and probably only) way to do this is to not show the PDF in your app, but to open it in an external app - Acrobat Read 10 for example - and let it provide the annotation.


The other alternative is for you to implement annotations in your app and work out how to add them to the PDF file yourself - a fair amount of work, to duplicate something that exists.
 
Share this answer
 
Comments
Member 10423747 27-Nov-13 8:55am    
but have u any code for highlighted text annotation or any annotation for open pdf file using adobe pdf reader control...

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