Dear pdfBox users, I am trying extract texts of pdf documents with pdfbox, but I have a problem with some pdf. The result of a extract is the attached figure. These ocurred when tx-pdf is the productor. What I can do? Thanks!
//I am using the next simple lines PDFTextStripper stripper = new PDFTextStripper(); docText = stripper.getText(new PDDocument(cosDoc));
