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
Method | Description |
---|---|
GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>>, System::String) override | Generates 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) override | Generates 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
- Class IFileOutputGenerator
- Namespace Aspose::Pdf::Comparison::OutputGenerator
- Library Aspose.PDF for C++