Hi all,
Can you suggest a strategy for pulling vertical text, like:
t
x
e
t
s
i
s
i
h
t
But rotated 90 degrees, from a table cell without dropping characters or ignoring spaces? If I try the getText() method in PdfTable I get things like thisistext or thiss tet (missing some letters/characters).
Also, there are checkmarks under these vertical cells, which are recognized as text if you do OCR in Adobe Acrobat but aren't recognized as anything, as far as I can tell (the table cells come back empty) with Spire.PDF (or anything else, for that matter). Can you suggest a way to identify them? They're green, if that helps.
Thanks!