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

Stores attachment into file.

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

See Also