Aspose::Pdf::Comparison::PdfOutputGenerator::GenerateOutput method

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

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

void Aspose::Pdf::Comparison::PdfOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> diffrences, System::String targetFilePath) override
ParameterTypeDescription
diffrencesSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>The list of differences between texts.
targetFilePathSystem::StringThe path of the target file to save the output.

See Also

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

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

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
ParameterTypeDescription
diffrencesSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>The list of differences between texts.
targetFilePathSystem::StringThe path of the target file to save the output.

See Also