Clase Aspose::Pdf::Comparison::PdfOutputGenerator

PdfOutputGenerator class

Representa una clase para generar una representación PDF de las diferencias de textos.

class PdfOutputGenerator : public Aspose::Pdf::Comparison::IFileOutputGenerator,
                           public Aspose::Pdf::LicenseManagement::IVentureLicenseTarget

Métodos

MétodoDescripción
GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>, System::String) overrideGenera la salida basada en las diferencias entre textos y la guarda en un archivo.
GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>, System::String) overrideGenera la salida basada en las diferencias entre textos y la guarda en un archivo.
PdfOutputGenerator()Crea una instancia de la clase PdfOutputGenerator.
PdfOutputGenerator(const System::SharedPtr<PageInfo>&)Crea una instancia de la clase PdfOutputGenerator.
PdfOutputGenerator(const System::SharedPtr<OutputTextStyle>&)Crea una instancia de la clase PdfOutputGenerator.
PdfOutputGenerator(const System::SharedPtr<OutputTextStyle>&, const System::SharedPtr<PageInfo>&)Crea una instancia de la clase PdfOutputGenerator.

Ver también