Aspose::Pdf::Facades::PdfFileInfo::SaveNewInfo method
PdfFileInfo::SaveNewInfo(const System::SharedPtr<System::IO::Stream>&) method
Save updated PDF document into specified stream.
bool Aspose::Pdf::Facades::PdfFileInfo::SaveNewInfo(const System::SharedPtr<System::IO::Stream> &outputStream)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | Output stream. |
ReturnValue
True if success otherwise is false.
Deprecated
Use Save(destination) method for saving facade results.
See Also
- Typedef SharedPtr
- Class Stream
- Class PdfFileInfo
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileInfo::SaveNewInfo(const System::String&) method
Save updated PDF document into specified file.
bool Aspose::Pdf::Facades::PdfFileInfo::SaveNewInfo(const System::String &outputFile)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | Output file. |
ReturnValue
True if success otherwise is false.
See Also
- Class String
- Class PdfFileInfo
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++