The Attachments class provides methods to extract embedded files from a PDF document.

Syntax

public static class Attachments
Module Attachments

Introduced: 33.0.

Methods

Method Description
GetFromData Returns an array of EmbeddedFile objects that represent all embedded files in the provided PDF document data.
GetFromFile Returns an array of EmbeddedFile objects that represent all embedded files in the specified PDF document.