Aspose::Pdf::Comparison::TextPdfComparer::CompareDocumentsPageByPage metod
Innehåll
[
Dölj
]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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| document1 | const System::SharedPtr<Document>& | Första dokumentet.. |
| document2 | const System::SharedPtr<Document>& | Andra dokumentet. |
| options | const System::SharedPtr<ComparisonOptions>& | Comparison alternativ. |
ReturnValue
Lista över ändringar per sida.
Se även
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class Document
- Class ComparisonOptions
- Class TextPdfComparer
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| document1 | const System::SharedPtr<Document>& | Första dokumentet.. |
| document2 | const System::SharedPtr<Document>& | Andra dokumentet. |
| options | const System::SharedPtr<ComparisonOptions>& | Comparison alternativ. |
| resultPdfDocumentPath | const System::String& | Sökväg till pdf-filen för att spara jämförelseresultaten. |
ReturnValue
Lista över ändringar per sida.
Se även
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class Document
- Class ComparisonOptions
- Class String
- Class TextPdfComparer
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++