[ 
https://issues.apache.org/jira/browse/PDFBOX-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14907467#comment-14907467
 ] 

Ben McCann edited comment on PDFBOX-2991 at 10/15/15 10:19 PM:
---------------------------------------------------------------

Here's a sample file that PDFBox parses incorrectly. It has 
"[email protected]" in the output when "California" and 
"[email protected]" are actually on different lines in the sample pdf


was (Author: chengas123):
Here's a sample file that PDFBox parses incorrectly. It has 
"[email protected]" in the output when "CA" and "[email protected]" are 
actually on different lines in the sample pdf

> Improper word concatenation when extracting pdf
> -----------------------------------------------
>
>                 Key: PDFBOX-2991
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2991
>             Project: PDFBox
>          Issue Type: Bug
>            Reporter: Ben McCann
>         Attachments: sample-resume.pdf
>
>
> The code below will output text for a pdf. Words that are on different lines 
> are concatenated together
>     PDDocument pdDoc = PDDocument.load(new File("sample-resume.pdf"));
>     StringWriter writer = new StringWriter();
>     new PDFTextStripper().writeText(pdDoc, writer);
>     pdDoc.close();
>     System.out.println(writer.toString());



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to