Aspose::Pdf::Facades::PdfExtractor::GetAttachment method

PdfExtractor::GetAttachment() method

Saves all the attachment file to streams.

System::ArrayPtr<System::SharedPtr<System::IO::MemoryStream>> Aspose::Pdf::Facades::PdfExtractor::GetAttachment()

ReturnValue

The stream array of the attachment file in the pdf document.

See Also

PdfExtractor::GetAttachment(System::String) method

Stores attachment into file.

void Aspose::Pdf::Facades::PdfExtractor::GetAttachment(System::String outputPath)
ParameterTypeDescription
outputPathSystem::StringDirectory path where attachment(s) will be stored. Null or empty string means attachment(s) will be placed in the application directory.

See Also