All attachments in the PDF Document.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| attachments | list of Attachment | element | 0/unbounded | A list of all attachments in the document. | |
| link | Link | element | 0/1 | Link to the attachments. |
Example
<Attachments>
<attachments>
<fileName>...</fileName>
<size>...</size>
<creationDate>...</creationDate>
<modDate>...</modDate>
<description>...</description>
<relationship>...</relationship>
<link>
<rel>...</rel>
<href>...</href>
</link>
<content>
<rel>...</rel>
<href>...</href>
</content>
</attachments>
<link>
<rel>...</rel>
<href>...</href>
</link>
</Attachments>