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
- Typedef ArrayPtr
- Typedef SharedPtr
- Class MemoryStream
- Class PdfExtractor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfExtractor::GetAttachment(const System::String&) method
Stores attachment into file.
void Aspose::Pdf::Facades::PdfExtractor::GetAttachment(const System::String &outputPath)
| Parameter | Type | Description |
|---|---|---|
| outputPath | const 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
- Class String
- Class PdfExtractor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++