A single attachment in the PDF Document.
name | data type | description |
---|---|---|
fileName | string | The attachment file name. |
size | number | The size of the file content in bytes. |
creationDate | number | The date and time when the attachment was created. |
modDate | number | The date and time when the attachment was last modified. |
description | string | The description string from the attachment. |
relationship | string | The relationship of the attachment to the PDF document. |
link | LinkModel | Link to this attachment. |
content | LinkModel | Link to the attachment's content. |
Example
{ "fileName" : "...", "size" : 12345, "creationDate" : 12345, "modDate" : 12345, "description" : "...", "relationship" : "...", "link" : { "rel" : "...", "href" : "..." }, "content" : { "rel" : "...", "href" : "..." } }