Identify coordinates for a visual element in idml
问题 I need to process Indesign Idml files, generate an image, and overlay other elements over certain elements in html. Given an Indesign Idml file (which is a package of zipped xml) and given a visual element in that file (via a tag in the xml). Is there a way to find at what coordinates on the image that visual element falls? 回答1: The heirarchy of containers for an image in an IDML document is as follows: Document [Contains] > Spread > PageItem > PlacedImage. Pages aren't used as containers,