Transformation
Manipulate an object's appearance by applying a matrix. See the PDF reference 4.2.2 Common Transformations and following.
Parent elements: Frame, Overlay, PlaceObject, Position, Transformation
The transformation matrix for the object. Expected is a space separated string of six values.
The origin for matrix transformation. Must be left, center or right or a number from 0 to 100 (0 = left, 100 = right).
The vertical origin for the matrix tranformation. Must be top, center or bottom or a number from 0 to 100 (0 = top, 100 = bottom).
<Record element="data"> <PlaceObject> <Transformation matrix="1 0 0 1 72 -72"> <Transformation matrix="1 0 0 0.5 0 0" origin-x="100"> <Transformation matrix="1 1 -1 1 0 0"> <Image file="_samplea.pdf" maxwidth="4" maxheight="4"/> </Transformation> </Transformation> </Transformation> </PlaceObject> </Record>