Hello , When reading PDF text using TextPosition, is there a way to know if the current character is a new line character ?
protected void processTextPosition( TextPosition text ) {
System.out.println( text.getCharacter() ); // Prints space if this is a
new line character in the PDF file.
}
Best regards ,
Hesham

