Aspose::Pdf::Comparison::OutputGenerator::PdfOutputGenerator::GenerateOutput method
Contents
[
Hide
]PdfOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>>, System::String) method
Generates the output based on the differences between texts and saves it to a file.
void Aspose::Pdf::Comparison::OutputGenerator::PdfOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>> diffrences, System::String targetFilePath) override
Parameter | Type | Description |
---|---|---|
diffrences | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>> | The list of differences between texts. |
targetFilePath | System::String | The path of the target file to save the output. |
See Also
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class String
- Class PdfOutputGenerator
- Namespace Aspose::Pdf::Comparison::OutputGenerator
- Library Aspose.PDF for C++
PdfOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>>>>, System::String) method
Generates the output based on the differences between texts and saves it to a file.
void Aspose::Pdf::Comparison::OutputGenerator::PdfOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>>>> diffrences, System::String targetFilePath) override
Parameter | Type | Description |
---|---|---|
diffrences | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>>>> | The list of differences between texts. |
targetFilePath | System::String | The path of the target file to save the output. |
See Also
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class String
- Class PdfOutputGenerator
- Namespace Aspose::Pdf::Comparison::OutputGenerator
- Library Aspose.PDF for C++