Answered
Extracting coordinates from XML or idml
Hello,
I'm trying to extract the (x,y) coordinates and width and height of textboxes and images after exporting as XML or idml. When I export it as HTML I can see the style tag that contains the coordinates in pixels. Where can I find this information in the XML or extracted XML from idml?
Example from html:
style="position:absolute;top:28.8px;left:42.6px;"
