Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi... i want to fetch data from html page/pdf some data that are shown on page...Only that page specify data i have to read not all content of the page... if any one has solution plz suggest me ..
Posted
Comments
Zoltán Zörgő 8-Oct-12 5:04am    
Html or pdf? The answer is different. Very different.

1 solution

HTML:
Please make sure which content you have to read bcoz every website has the style of content. So you can read it using jquery or javascript by locating and fetching the tag values of HTML page like < title > , < h1 > , < h2 > , < h3 > , < P > , etc..
You wud have to send the wepage html url to javascript or jq code..
if you read it through the javascript or jquery from the client side, you can send those data to server side through hiddenfields..

PDF
And i have no idea to access to PDF contents. We have thirdparty softwares for this.
 
Share this answer
 

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