Aspose::Pdf::Comparison::TextPdfComparer::CompareDocumentsPageByPage metod

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

Jämför två dokument sida för sida.

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)
ParameterTypBeskrivning
document1const System::SharedPtr<Document>&Första dokumentet..
document2const System::SharedPtr<Document>&Andra dokumentet.
optionsconst System::SharedPtr<ComparisonOptions>&Comparison alternativ.

ReturnValue

Lista över ändringar per sida.

Se även

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

Jämför två dokument sida för sida. Resultatet sparas i en PDF‑fil.

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)
ParameterTypBeskrivning
document1const System::SharedPtr<Document>&Första dokumentet..
document2const System::SharedPtr<Document>&Andra dokumentet.
optionsconst System::SharedPtr<ComparisonOptions>&Comparison alternativ.
resultPdfDocumentPathconst System::String&Sökväg till pdf-filen för att spara jämförelseresultaten.

ReturnValue

Lista över ändringar per sida.

Se även