Aspose::Pdf::Comparison::PdfOutputGenerator class
PdfOutputGenerator class
Represents a class for generating PDF representation of texts differences.
class PdfOutputGenerator : public Aspose::Pdf::Comparison::IFileOutputGenerator,
public Aspose::Pdf::LicenseManagement::IVentureLicenseTarget
Methods
| Method | Description |
|---|---|
| GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<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<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
- Library Aspose.PDF for C++