I need to extract text from a pdf file and extract individual sections/paragraphs.
1. Section :
Some Text in Section 1.
Some Text in Section 1.
Some Text in Section 1.
2. Section :
Some Text in Section 2.
Some Text in Section 2.
2.1 Sub Section
Some Text in Section 2.
3.Section 3
--------
--------
Can I get the text in section along with section title?
so that I can save each section in Database.
Any help is highly appreciated.
panthagani santoshPosted Jan 7, 2009, 4:15 AM
Thanks for your response.
Actually Extracting text from pdf file is done,I am stucked up at getting section wise text.
Once we can get Section Text we can save in database with section heading and give user option to edit only particular section instead of going through all the document for modification.
Jan MontanoPosted Jan 6, 2009, 9:44 PM
Read from a PDF file using C#