'Usage
Dim instance As Document
Dim attachmentIndex As Integer
Dim value As PdfDocumentAttachment
value = instance.GetAttachment(attachmentIndex)
Parameters
attachmentIndex
The index at which to get the attachment.
Return Value
The attachment at the specified index.
Remarks
PDF attachments can be almost anything, e.g., other PDF's, Microsoft Word files, e-mail messages, CAD drawings, etc. Once extracted the attachment data can be opened by an application appropriate to the file type, saved to disk, etc.