Changed Methods |
boolean
compareArrays(
PdfArray,
PdfArray
)
|
Documentation changed from old to new. |
Simple method that compares two given PdfArrays by content. |
boolean
compareBooleans(
PdfBoolean,
PdfBoolean
)
|
Documentation changed from old to new. |
Simple method that compares two given PdfBooleans. |
CompareResult
compareByCatalog(
PdfDocument,
PdfDocument
)
|
Documentation changed from old to new. |
Compares two PDF documents by content starting from Catalog dictionary and then recursively comparing corresponding objects which are referenced from it. |
boolean
compareDictionaries(
PdfDictionary,
PdfDictionary
)
|
Documentation changed from old to new. |
Simple method that compares two given PdfDictionaries by content. |
String
compareLinkAnnotations(
String,
String
)
|
Documentation changed from old to new. |
Compares if two documents has identical link annotations on corresponding pages. |
boolean
compareNames(
PdfName,
PdfName
)
|
Documentation changed from old to new. |
Simple method that compares two given PdfNames. |
boolean
compareNumbers(
PdfNumber,
PdfNumber
)
|
Documentation changed from old to new. |
Simple method that compares two given PdfNumbers. |
boolean
compareStreams(
PdfStream,
PdfStream
)
|
Documentation changed from old to new. |
Simple method that compares two given PdfStreams by content. |
boolean
compareStrings(
PdfString,
PdfString
)
|
Documentation changed from old to new. |
Simple method that compares two given PdfStrings. |
String
compareTagStructures(
String,
String
)
|
Documentation changed from old to new. |
Compares tag structures of the two PDF documents. |
CompareTool
disableCachedPagesComparison()
|
Documentation changed from old to new. |
Disables the default logic of pages comparison. |
CompareTool
enableEncryptionCompare()
|
Documentation changed from old to new. |
Enables the comparison of the encryption properties of the documents. |
ReaderProperties
getCmpReaderProperties()
|
Documentation changed from old to new. |
Documents for comparison are opened in reader mode. |
ReaderProperties
getOutReaderProperties()
|
Documentation changed from old to new. |
Documents for comparison are opened in reader mode. |
CompareTool
setCompareByContentErrorsLimit(
int )
|
Documentation changed from old to new. |
Sets the maximum errors count which will be returned as the result of the comparison. |
CompareTool
setGenerateCompareByContentXmlReport(
boolean )
|
Documentation changed from old to new. |
Enables or disables the generation of the comparison report in the form of the xml document. |
String
compareDocumentInfo(
String,
String
)
|
Documentation changed from old to new. |
Compares document info dictionaries of two pdf documents. |
String
compareDocumentInfo(
String,
String
,
byte[]
,
byte[]
)
|
Documentation changed from old to new. |
This method overload is used to compare two encrypted PDF documents. |
String
compareVisually(
String,
String
,
String
,
String
)
|
Documentation changed from old to new. |
Compares two documents visually. |
String
compareVisually(
String,
String
,
String
,
String
,
Map
,
List>
)
|
Documentation changed from old to new. |
Compares two documents visually. |
boolean
compareXmls(
byte[],
byte[]
)
|
Documentation changed from old to new. |
Utility method that provides simple comparison of the two xml files stored in byte arrays. |
boolean
compareXmls(
String,
String
)
|
Documentation changed from old to new. |
Utility method that provides simple comparison of the two xml files. |
String
compareXmp(
String,
String
)
|
Documentation changed from old to new. |
Compares xmp metadata of the two given PDF documents. |
String
compareXmp(
String,
String
,
boolean
)
|
Documentation changed from old to new. |
Compares xmp metadata of the two given PDF documents. |