static <T extends CompareResultImpl> PdfComparator |
PdfComparator.base64(String expectedPdfBase64,
String actualPdfBase64) |
Compare two PDFs, that are given as base64 encoded strings.
|
static <T extends CompareResultImpl> PdfComparator |
PdfComparator.base64(String expectedPdfBase64,
String actualPdfBase64,
T compareResult) |
Compare two PDFs, that are given as base64 encoded strings.
|
PdfComparator<T> |
PdfComparator.with(PageArea exclusion) |
Deprecated.
|
PdfComparator<T> |
PdfComparator.withActualPassword(String password) |
|
PdfComparator<T> |
PdfComparator.withEnvironment(Environment environment) |
Allows to inject an Environment that can override environment settings.
|
PdfComparator<T> |
PdfComparator.withExpectedPassword(String password) |
|
PdfComparator<T> |
PdfComparator.withIgnore(PageArea exclusion) |
Allows to specify an area of a page that is excluded during the comparison.
|
PdfComparator<T> |
PdfComparator.withIgnore(File ignoreFile) |
Reads a file with Exclusions.
|
PdfComparator<T> |
PdfComparator.withIgnore(InputStream ignoreIS) |
Reads Exclusions from an InputStream.
|
PdfComparator<T> |
PdfComparator.withIgnore(String ignoreFilename) |
Reads a file with Exclusions.
|
PdfComparator<T> |
PdfComparator.withIgnore(Path ignorePath) |
Reads a file with Exclusions.
|