Hi everyone,
I am wondering if there is a way to get the bounding box coordinates for every character of the rendered document using Aspose.Words.
To my knowledge, the smallest node is a “Run” which can hold multiple characters. I am able to get the bounding box of it using the example provided in here
However, I would like to get a bounding box for each character inside that run.
The only topic related to this was in the link provided above but I didn’t find it that helpful. I would really appreciate some extra details.
Please advise.
Thanks