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(System::String) method

Extracts attachment to PDF file by attachment name.

void Aspose::Pdf::Facades::PdfExtractor::ExtractAttachment(System::String attachmentFileName)
ParameterTypeDescription
attachmentFileNameSystem::StringName of attachment to extract

See Also