Joseph Jezerinac created PDFBOX-5688:
----------------------------------------

             Summary: PDFTextStripper not returning full text of document
                 Key: PDFBOX-5688
                 URL: https://issues.apache.org/jira/browse/PDFBOX-5688
             Project: PDFBox
          Issue Type: Bug
    Affects Versions: 2.0.29
            Reporter: Joseph Jezerinac
         Attachments: pdfbox-get-text-problem.pdf

 
{code:java}
try (PDDocument document = PDDocument.load(pdfFile) {
  String text = new PDFTextStripper().getText();
} {code}
> get text above is only returning few chars \n, \r, 0, 1 but opening the PDF 
> in chrome / acrobat it appears have lots of text.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to