Aspose::Pdf::Comparison::PdfOutputGenerator::GenerateOutput método
Contenido
[
Ocultar
]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ámetro | Tipo | Descripción |
|---|---|---|
| diferencias | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> | La lista de diferencias entre los textos. |
| targetFilePath | System::String | La ruta del archivo de destino donde guardar la salida. |
Ver también
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class String
- Class PdfOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
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ámetro | Tipo | Descripción |
|---|---|---|
| diferencias | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> | La lista de diferencias entre los textos. |
| targetFilePath | System::String | La ruta del archivo de destino donde guardar la salida. |
Ver también
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class String
- Class PdfOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++