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

Mel Martinez commented on PDFBOX-533:
-------------------------------------

Navendu,

Andreas already merged my patch submitted to PDFBOX-521 into the HEAD code.  

>From reviewing the way he merged that in, I believe the role of the 
>'writeCharacters(List<TextPosition>)' method is replaced with 
>'writeString(List<String>)' in the current form of PDFTextStripper.   Other 
>than that change, that should work for you the same way.

I'm not sure when this will be marked 'closed'.

-Mel



> PDFTextStripper.writeCharacters is called no where in the class
> ---------------------------------------------------------------
>
>                 Key: PDFBOX-533
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-533
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Text extraction
>    Affects Versions: 0.8.0-incubator
>            Reporter: Navendu Garg
>         Attachments: TestPDFTextStripperPerf.java
>
>
> It seems writeCharacters method is not called anywhere in the PDFTextStripper 
> class. This makes it impossible for handling character TextPosition as well 
> as Line Separator because processLineSeparator method is no longer there and 
> writeLineSeparator is called when actual writing happens.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to