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

In my pdf file have 5 text boxes.How to read these textbox values .
Posted
Comments
Sunny_Kumar_ 28-Jul-12 7:11am    
please share the pdf file.

Google before you post

how to read PDF file in asp.net[^]
 
Share this answer
 
For creating PDF documents, you can use the third party iTextSharp.
Here are a couple of samples
Creating PDF documents with iTextSharp[^]
http://www.4guysfromrolla.com/articles/030911-1.aspx[^]
 
Share this answer
 
Comments
[no name] 16-Aug-12 4:48am    
Thanks for your helping
It depends on what you are trying to do and how you want to do it.

If the PDF has text objects and you don’t require any advanced parsing features, you might be able to use something like the following:
Convert PDF file content into string using C#

If you want to parse the content of the document to get objects other than text such as fonts, images and hyperlinks, see the following article:
How to Read, Write and Edit PDF Files and Metadata using LEADTOOLS

If the text is in bitmap images in the PDF, you will need to perform OCR (Optical Character Recognition) on it to convert it back to text, which is explained in this article
OCR with LEADTOOLS: The Better Choice
 
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