Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a pdf file and I want extract:
- The title to text.
- The content to text.
Please help me.
Posted
Comments
DaveAuld 30-Nov-11 14:14pm    
What have you tried? I gave you the link to an article (in this question http://www.codeproject.com/Questions/290591/Choose-title-and-content-of-a-pdf-file-using-Cshar) which looks like where you got the PDFBox bit from? What are you struggling with? Have you actually tried anything yourself yet?
CuongPuyol 30-Nov-11 22:56pm    
thank DaveAuld very much....uhm,you can say clearly

1 solution

Your question is your answer if you would have typed the same in any search engine.

Check out the below links:
http://naspinski.net/post/ParsingReading-a-PDF-file-with-C-and-AspNet-to-text.aspx[^]
http://pdfbox.apache.org/userguide/text_extraction.html[^]

Official site of pdfbox
http://pdfbox.apache.org/userguide/tutorials.html[^]

Hope this will help

Thanks,
Hemant
 
Share this answer
 
Comments
CuongPuyol 30-Nov-11 22:52pm    
thank Hemant very much.
Hemant__Sharma 30-Nov-11 22:55pm    
You are welcome.

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