I am developing a windows application in .Net, in which I want to select a pdf from my computer and display it in the form. User can select some part of this pdf in the application and an image will be generated of the selected area.
I do not have any idea how to do this.
How do I read and display pdf and take screenshot of its content?
I have tried using the com component Acrobat Reader to read the pdf but it does not allow me to capture selected area using mouse.