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 c…...the following code: Document doc = new Document(@"C:\Temp\in.docx");...docx"); List<Run> runs = doc.GetChildNodes(NodeType.Run, true)...