Aspose::Pdf::Comparison::OutputGenerator::IStringOutputGenerator::GenerateOutput method

IStringOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>>) method

Generates the output based on the differences between texts and saves it to a file.

virtual System::String Aspose::Pdf::Comparison::OutputGenerator::IStringOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>> diffrences)=0
ParameterTypeDescription
diffrencesSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>>The list of differences between texts.

ReturnValue

Text representation of output.

See Also

IStringOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>>>>) method

Generates the output based on the differences between texts and saves it to a file.

virtual System::String Aspose::Pdf::Comparison::OutputGenerator::IStringOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>>>> diffrences)=0
ParameterTypeDescription
diffrencesSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>>>>The list of differences between texts.

ReturnValue

Text representation of output.

See Also