Aspose::Pdf::Facades::PdfFileInfo::SaveNewInfo método

PdfFileInfo::SaveNewInfo(const System::SharedPtr<System::IO::Stream>&) method

Guarda el documento PDF actualizado en el flujo especificado.

bool Aspose::Pdf::Facades::PdfFileInfo::SaveNewInfo(const System::SharedPtr<System::IO::Stream> &outputStream)
ParámetroTipoDescripción
outputStreamconst System::SharedPtr<System::IO::Stream>&Flujo de salida.

ReturnValue

True si tiene éxito, de lo contrario es false.

Deprecated

Utilice el método Save(destination) para guardar los resultados de la fachada.

Ver también

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

Guarda el documento PDF actualizado en el archivo especificado.

bool Aspose::Pdf::Facades::PdfFileInfo::SaveNewInfo(const System::String &outputFile)
ParámetroTipoDescripción
outputFileconst System::String&Archivo de salida.

ReturnValue

True si tiene éxito, de lo contrario es false.

Ver también