Aspose::Pdf::Comparison::SideBySideComparison Namespace Reference

Classes

class  SideBySideComparisonOptions
 Represents an options class for comparing documents with side-by-side output. More...
 
class  SideBySidePdfComparer
 

Enumerations

enum  ComparisonMode { ComparisonMode::Normal, ComparisonMode::IgnoreSpaces, ComparisonMode::ParseSpaces }
 The comparison mode enumeration. More...
 

Enumeration Type Documentation

◆ ComparisonMode

The comparison mode enumeration.

Enumerator
Normal 

Normal mode. Only spaces within text fragments are taken into account (depending on the way the document is generated.)

IgnoreSpaces 

All spaces are ignored. Changes are sought only in words.

ParseSpaces 

The mode is similar to normal, but attempts to account for visual spacing between text fragments based on distance. Recognizing the number of spaces between fragments may not be accurate because this greatly depends on how the documents are generated. If documents are created by different generators, there may be inaccuracies in comparing spaces between text fragments.