Aspose::Pdf::Comparison::PdfOutputGenerator::GenerateOutput método

PdfOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>, System::String) method

Genera la salida basada en las diferencias entre textos y la guarda en un archivo.

void Aspose::Pdf::Comparison::PdfOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> diffrences, System::String targetFilePath) override
ParámetroTipoDescripción
diferenciasSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>La lista de diferencias entre los textos.
targetFilePathSystem::StringLa ruta del archivo de destino donde guardar la salida.

Ver también

PdfOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>, System::String) method

Genera la salida basada en las diferencias entre textos y la guarda en un archivo.

void Aspose::Pdf::Comparison::PdfOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> diffrences, System::String targetFilePath) override
ParámetroTipoDescripción
diferenciasSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>La lista de diferencias entre los textos.
targetFilePathSystem::StringLa ruta del archivo de destino donde guardar la salida.

Ver también