[
https://issues.apache.org/jira/browse/PDFBOX-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14121080#comment-14121080
]
Julien Savoyet commented on PDFBOX-2308:
----------------------------------------
Indeed,rather at the end of the writePage() method in order to avoid to have
the separator on the first page and only if there is a subsequent page for the
general case.
> setPageSeparator method in PDFTextStripper class has no effect
> --------------------------------------------------------------
>
> Key: PDFBOX-2308
> URL: https://issues.apache.org/jira/browse/PDFBOX-2308
> Project: PDFBox
> Issue Type: Bug
> Components: Rendering
> Affects Versions: 1.8.6
> Environment: Eclipse/Windows 64
> Reporter: Julien Savoyet
> Priority: Minor
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> I tried to use the setPageSeparator method within the PDFTextStripper class
> but it had no effect.
> After a check within the sources at a glance I discovered that the
> writePageSeparator method that uses the pageSeparator attribute is never
> called or used anywhere.
> Thus, to work normally, It seems to my point of view that a call to the
> writePageSeparator should be added for example at the beginning of the
> writePage() method. Could someone of the core team check it to say me if i'am
> right ?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)