|
|
Hi Paul, thank you very much for your reply.
My requirement is to extract text (along with pdftext object properties) from the rectangle bound.
Currently i'm using your method "GetBoundedTextInfo" and "AnalyzeCharBox" (got from this forum) which returns list(of FS_RECTF) and text.
after that, i'm checking each FS_RECTF overlaps in any of the pdftextobject of current page.
please suggest that Is there any better way of getting pdftext objects of a rectangle bound.
|
|
|
Hi In PDF documents, there is the concept of text objects. There are only text objects with properties and attributes, such as font or color. There is no difference between words or characters in this part. You can access text objects through the page.PageObjects collection. The hierarchy of page objects is here (upper-left corner): https://pdfium.patagames...um-Net-SDK-Reference.htm
|
|
|
How to get Font, Color properties for each character as well as each Word in PDF
|
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close