Skip to content

PDFDocumentProxy.getAttachments method

PDFDocumentProxy › getAttachments

Unofficial

Gets the attachments of the document.

Signature:

getAttachments(): Promise<null | Record<string, unknown>>

Returns: Promise<null | Record<string, unknown>>A promise resolving to the attachments.