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)
ParameterTypeDescription
outputStreamconst 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

PdfFileInfo::SaveNewInfo(const System::String&) method

Save updated PDF document into specified file.

bool Aspose::Pdf::Facades::PdfFileInfo::SaveNewInfo(const System::String &outputFile)
ParameterTypeDescription
outputFileconst System::String&Output file.

ReturnValue

True if success otherwise is false.

See Also