All annotations in the PDF document.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| annotations | list of Annotation | element | 0/unbounded | The list of annotations in the document. | |
| content | Link | element | 0/1 | Link to the annotations content. | |
| link | Link | element | 0/1 | Link to the annotations. |
Example
<Annotations>
<annotations>
<link>
<rel>...</rel>
<href>...</href>
</link>
<name>...</name>
<contents>...</contents>
<creator>...</creator>
<modifiedDate>...</modifiedDate>
<subject>...</subject>
<subtype>...</subtype>
<rectangle>
<x>...</x>
<y>...</y>
<width>...</width>
<height>...</height>
</rectangle>
<pageIndex>...</pageIndex>
</annotations>
<link>
<rel>...</rel>
<href>...</href>
</link>
<content>
<rel>...</rel>
<href>...</href>
</content>
</Annotations>