[ https://issues.apache.org/jira/browse/PDFBOX-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14183141#comment-14183141 ]
Andreas Lehmkühler edited comment on PDFBOX-2308 at 10/25/14 12:13 PM: ----------------------------------------------------------------------- The page separator feature was removed in 2.0 as it was redundant (see PDFBOX-2145). You should use the pageStart/pageEnd instead. was (Author: lehmi): The page separator feature was removed in 2.0 as it was redundant. You should use the pageStart/pageEnd instead. > 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, 1.8.7, 2.0.0 > 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)