Aspose::Pdf::Comparison::OutputGenerator::MarkdownDiffOutputGenerator class

MarkdownDiffOutputGenerator class

Represents a class for generating markdown representation of texts differences. Because of the markdown syntax, it is not possible to show changes to whitespace characters. Selection of changes makes adding whitespace characters around formatting, otherwise markdown viewer will not correctly display the text. Deleted line breaks are indicated by - paragraph mark.

class MarkdownDiffOutputGenerator : public Aspose::Pdf::Comparison::OutputGenerator::IStringOutputGenerator,
                                    public Aspose::Pdf::Comparison::OutputGenerator::IFileOutputGenerator

Methods

MethodDescription
GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>>) overrideGenerates the output based on the differences between texts and saves it to a file.
GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>>, System::String) overrideGenerates the output based on the differences between texts and saves it to a file.
GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>>>>) overrideGenerates the output based on the differences between texts and saves it to a file.
GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>>>>, System::String) overrideGenerates the output based on the differences between texts and saves it to a file.
MarkdownDiffOutputGenerator()Creates an instance of MarkdownDiffOutputGenerator class.

See Also