Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have itext library to read a pdf file. While reading the pdf file, it is reading and printing the text but the problem is, it is removing all the white spaces and spaces between lines..

How can i read the file as it is including the text formatting

Below is my code.

 PdfReader reader = new PdfReader(INPUTFILE);'
 PdfTextExtractor.getTextFromPage(reader, 5) // reader is PdfReader instance and 5 is the page number to read.
share|improve this question
1  
You need to use different strategy than default. See an at itextpdf.com/examples/iia.php?id=279 – Jayan Jun 4 '12 at 6:08

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.