Changed Methods |
boolean
compareArrays(
PdfArray,
PdfArray
)
|
Documentation changed from old to new. |
Simple method that compares two given PdfArrays by content. |
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. |
Checks if two documents have identical link annotations on corresponding pages. |
boolean
compareStreams(
PdfStream,
PdfStream
)
|
Documentation changed from old to new. |
Simple method that compares two given PdfStreams by content. |
String
compareTagStructures(
String,
String
)
|
Documentation changed from old to new. |
Compares tag structures of the two PDF documents. |
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. |
Compares document info dictionaries of two 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. |