Uses of Class
de.redsix.pdfcompare.PdfComparator
Packages that use PdfComparator
-
Uses of PdfComparator in de.redsix.pdfcompare
Methods in de.redsix.pdfcompare that return PdfComparatorModifier and TypeMethodDescriptionstatic <T extends CompareResultImpl>
PdfComparatorCompare two PDFs, that are given as base64 encoded strings.static <T extends CompareResultImpl>
PdfComparatorCompare two PDFs, that are given as base64 encoded strings.Deprecated.PdfComparator.withActualPassword(String password) PdfComparator.withEnvironment(Environment environment) Allows to inject an Environment that can override environment settings.PdfComparator.withExpectedPassword(String password) PdfComparator.withIgnore(PageArea exclusion) Allows to specify an area of a page that is excluded during the comparison.PdfComparator.withIgnore(File ignoreFile) Reads a file with Exclusions.PdfComparator.withIgnore(InputStream ignoreIS) Reads Exclusions from an InputStream.PdfComparator.withIgnore(String ignoreFilename) Reads a file with Exclusions.PdfComparator.withIgnore(Path ignorePath) Reads a file with Exclusions.
withIgnore(PageArea)instead.