Hi
I’m newbie with GroupDocs.Parse library. I’d like to generate a dynamic table template to read order line items. The table start position is not fixed and neither it is its length. What I know is the row height and width and the number of columns and the width of each individual column. I’ve thought could start by searching the first column header text using Parser.Search function. The issue is that I cannot get the coordinate (x, y) from the SearchResult, it only supplies a Position property. Is there any way to get the coordinates relative to the page from a SearchResult?
thanks
Dani