Hello,
I am experimenting with extracting text from a PDF. Part of the customer
requirements is to extract text in a certain colour. I adapted the
PrintTextColour Sample. Since there is a need to process text that could be at
0..45..90..135.. etc However the TextPosition.getDir() didn't appear to give me
the correct angle sometimes - am I missing something? In the end I calculated
the angle from the TextPosition.getTextMatrix() which is where I understood
getDir() derived the information.
Can someone enlighten me - is this a mistake on my part or a "hiccup" in PDFBox?
PDFDev