PDF area selection
-
Hi, Is there a way for select multiple pdf area with mouse and get it's coordinates using c#? Thank you in advance
-
Hi, Is there a way for select multiple pdf area with mouse and get it's coordinates using c#? Thank you in advance
You have all the mouse events available to you, you would need to have a way of defining the location and size of the PDF, then you do it with a couple of clicks, top/left and bottom/right. That would define the area withing the already defined document area.
Never underestimate the power of human stupidity RAH
-
Hi, Is there a way for select multiple pdf area with mouse and get it's coordinates using c#? Thank you in advance
The Active-X control below has the rich functionality that you are asking: http://www.visagesoft.com/products/pdfviewerx/[^]
-
You have all the mouse events available to you, you would need to have a way of defining the location and size of the PDF, then you do it with a couple of clicks, top/left and bottom/right. That would define the area withing the already defined document area.
Never underestimate the power of human stupidity RAH
Hi Eventually, I did I used Adobe PDF Reader object in the form itself (axAcroPDF). I open the pdf file in this object. and then I create the MouseUp, MouseDown and MouseDrag event. It only can detects outer layer of the pdf object. It could not detect the pdf inside.. That's why i want to get some advise, is there any alternative. Thanks
-
The Active-X control below has the rich functionality that you are asking: http://www.visagesoft.com/products/pdfviewerx/[^]
Hi many thanks for the recommendation. any free SDK or API to use? my main object is I highlight the text in the pdf. I hit a button, it captures the coordinate of it.. I could not find much information pertaining the axAcroPDF. Thanks