Aspose::Pdf::Comparison::OutputGenerator::PdfOutputGenerator class

PdfOutputGenerator class

Represents a class for generating PDF representation of texts differences.

class PdfOutputGenerator : public Aspose::Pdf::Comparison::OutputGenerator::IFileOutputGenerator

Methods

MethodDescription
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>>>>>, System::String) overrideGenerates the output based on the differences between texts and saves it to a file.
PdfOutputGenerator()Cteates an instance of PdfOutputGenerator class.
PdfOutputGenerator(System::SharedPtr<PageInfo>)Cteates an instance of PdfOutputGenerator class.
PdfOutputGenerator(System::SharedPtr<OutputTextStyle>)Cteates an instance of PdfOutputGenerator class.
PdfOutputGenerator(System::SharedPtr<OutputTextStyle>, System::SharedPtr<PageInfo>)Cteates an instance of PdfOutputGenerator class.

See Also