Hi, setForceParsing is meant to try to handle PDFs which have issues e.g. malformed Xref entries. setShouldSeperateByBeads extracts text article thread by article thread (a bead is a subsection of an article). If you PDF has article information (which you can see in Adobe Reader or Acrobat) this keeps text belonging to the same article together.
BR Maruan Sahyoun Am 07.05.2013 um 08:55 schrieb rahul bhalla <[email protected]>: > Hello > I am in a dilma that what is the purpose of below mention method > PDFTextStripper stripper = new PDFTextStripper(encoding); > stripper.*setForceParsing*( force ); > stripper.*setShouldSeparateByBeads*( separateBeads ); > and when i put force or separateBeads is true and when false > Thnks > -- > Regards > Rahul Bhalla

