Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
good evening to all...

please help me for doing the following thing.For a window application,
i have opened a pdf through web browser control in vb.net (consider the pdf as a scanned newspaper).i have a textbox which is used to show headline of pdf.i have render the value headline of the newspaper from xml for the corresponding pdf.

Now my problem is when i focus the textbox,the value of the textbox(ie.,headline which is showned in the newspaper) will need to focus and highlight in pdf..

i have co-ordinates for headline in the pdf.Based on the co-ordinates how can i process the above thing?

please help me guys...

thanks in advance.
Posted
Updated 9-Sep-12 18:19pm
v2

1 solution

This is not really possible. You have no control over your PDF viewer, which is running in IE. You need to buy a dedicated PDF control to do this.
 
Share this answer
 
Comments
jai_mca 10-Sep-12 2:46am    
Thanks sir,

Can u suggest any open source control to do this process?
Christian Graus 10-Sep-12 3:07am    
I don't think there is one. Libraries to process PDFs, sure. Libraries to display them ? No.
jai_mca 10-Sep-12 3:39am    
yeah,libraries used to process pdf..i am asking is there any open source control to highlight text based on the text focused in textbox?

B'coz the web browser control can't able to highlight text in pdf.
Christian Graus 10-Sep-12 4:13am    
Again, the answer is no. If you need this, then you're going to have to pay for it.
jai_mca 10-Sep-12 6:01am    
oh..thanks sir

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