Include The Page / Spread Geometric Bounds When Generating InDesign Snippets
We are parsing InDesign Snippets that are dragged and dropped onto our application.
Part of this process involves us translating the page item coordinates so that 0,0 is top left.
With the metadata contained in the snippet, it is not possible to perform this translation accurately since the snippet doesn't tell us the dimensions of the spread / page it belonged to.
We partially work around this limitation today by having a page item that is the full bounds of the page which is dragged and dropped along with the other page items. However, would prefer to have something more robust.
so... my enhancement request is to include the following information in the snippet:
1.The geometric bounds of the page / spread the snippet's page items belong to.
2.The facing pages state of the document the snippet's page items belong to.