Aspose::Pdf::Comparison::TextPdfComparer::CompareDocumentsPageByPage método

TextPdfComparer::CompareDocumentsPageByPage(const System::SharedPtr<Document>&, const System::SharedPtr<Document>&, const System::SharedPtr<ComparisonOptions>&) method

Compara dos documentos página por página.

static System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> Aspose::Pdf::Comparison::TextPdfComparer::CompareDocumentsPageByPage(const System::SharedPtr<Document> &document1, const System::SharedPtr<Document> &document2, const System::SharedPtr<ComparisonOptions> &options)
ParámetroTipoDescripción
document1const System::SharedPtr<Document>&Primer documento..
document2const System::SharedPtr<Document>&Segundo documento.
optionsconst System::SharedPtr<ComparisonOptions>&Comparison opciones.

ReturnValue

Lista de cambios por página.

Ver también

TextPdfComparer::CompareDocumentsPageByPage(const System::SharedPtr<Document>&, const System::SharedPtr<Document>&, const System::SharedPtr<ComparisonOptions>&, const System::String&) method

Compara dos documentos página por página. El resultado se guarda en un archivo PDF.

static System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> Aspose::Pdf::Comparison::TextPdfComparer::CompareDocumentsPageByPage(const System::SharedPtr<Document> &document1, const System::SharedPtr<Document> &document2, const System::SharedPtr<ComparisonOptions> &options, const System::String &resultPdfDocumentPath)
ParámetroTipoDescripción
document1const System::SharedPtr<Document>&Primer documento..
document2const System::SharedPtr<Document>&Segundo documento.
optionsconst System::SharedPtr<ComparisonOptions>&Comparison opciones.
resultPdfDocumentPathconst System::String&Ruta al archivo pdf para guardar los resultados de la comparación.

ReturnValue

Lista de cambios por página.

Ver también