Aspose::Pdf::Facades::PdfExtractor::ExtractAttachment method

PdfExtractor::ExtractAttachment() method

Extracts attachments from a Pdf document.

void Aspose::Pdf::Facades::PdfExtractor::ExtractAttachment()

See Also

PdfExtractor::ExtractAttachment(const System::String&) method

Extracts attachment to PDF file by attachment name.

void Aspose::Pdf::Facades::PdfExtractor::ExtractAttachment(const System::String &attachmentFileName)
ParameterTypeDescription
attachmentFileNameconst System::String&Name of attachment to extract

See Also