views:

51

answers:

2

Hi I want to read pdf file with original content like its font(its possible that some font size is small while some font size is big ) and paragraph and table if it is.

how its possible.

plz help.

+1  A: 

You want a library such as jPod, which can parse PDF documents back into the structure they were generated from. The PDF specification is seriously complex, but if you just want to scrape text and maybe a font size or two, that shouldn't be too hard to do.

Kilian Foth
Hiis it possible read doc file with original contents....like paragraph and font size,font color and table???
kalpesh
Unless the PDF was created as structured content, this is not in the file - it needs to be guessed. I wrote a blog article explaining what is inside a PDF at http://pdf.jpedal.org/java-pdf-blog/bid/12670/PDF-text
mark stephens
A: 

Hi

is it possible read doc file with original contents....like paragraph and font size,font color and table???

kalpesh
This is NOT an answer. Please delete this. If you want to modify your question, please UPDATE the question. Please do not add non-answer junk like this.
S.Lott
It's best to edit your question or place a comment below (add comment).
James P.