Hello ,
I am using processTextPosition(.) to read text in a PDF file. I wonder if
there is a way to know if this is the last character in the stream that it
is being processed. I need to check this in the processTextPosition(.) to
execute some code. Here is my code:
CustomStripper customStripper = new CustomStripper();
customStripper.setStartPage( 1 );
customStripper.setEndPage( 5 );
Writer w = new OutputStreamWriter( new ByteArrayOutputStream() );
customStripper.writeText( pdfDoc, w );
public class CustomStripper extends PDFTextStripper {
@Override
public void processTextPosition( TextPosition t ) {
// Some processing code.
// I need to check if this is the last letter to
process in this stream!!!
}
}
Best regards,
Hesham
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus