Aspose::Pdf::Comparison::TextPdfComparer::CompareFlatDocuments metod

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

Jämför två dokument sida för sida. Dokumenten jämförs som helhet. Innan text jämförs kombineras texterna på dokumentens sidor till en enda text.

static System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> Aspose::Pdf::Comparison::TextPdfComparer::CompareFlatDocuments(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.

Se även

TextPdfComparer::CompareFlatDocuments(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. Dokumenten jämförs som helhet. Innan text jämförs kombineras texterna på dokumentens sidor till en enda text.

static System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> Aspose::Pdf::Comparison::TextPdfComparer::CompareFlatDocuments(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.

Se även