Uses of Interface
eu.europa.esig.dss.pdf.modifications.PdfModification
Package
Description
-
Uses of PdfModification in eu.europa.esig.dss.pdf
Modifier and TypeMethodDescriptionprotected List<PdfModification>
AbstractPDFSignatureService.getVisualDifferences
(PdfDocumentReader signedRevisionReader, PdfDocumentReader finalRevisionReader) Returns a list of visual differences between the provided PDF and the signed content -
Uses of PdfModification in eu.europa.esig.dss.pdf.modifications
Modifier and TypeMethodDescriptionDefaultPdfDifferencesFinder.getAnnotationOverlaps
(PdfDocumentReader reader) PdfDifferencesFinder.getAnnotationOverlaps
(PdfDocumentReader reader) Returns a list of found annotation overlapsPdfModificationDetection.getAnnotationOverlaps()
Returns information about annotations overlappingPdfModificationDetection.getPageDifferences()
Returns information if there are missing/added pages between the signed and final revisionsDefaultPdfDifferencesFinder.getPagesDifferences
(PdfDocumentReader signedRevisionReader, PdfDocumentReader finalRevisionReader) PdfDifferencesFinder.getPagesDifferences
(PdfDocumentReader signedRevisionReader, PdfDocumentReader finalRevisionReader) Returns a list of missing/added pages between signed and final revisionsDefaultPdfDifferencesFinder.getVisualDifferences
(PdfDocumentReader signedRevisionReader, PdfDocumentReader finalRevisionReader) PdfDifferencesFinder.getVisualDifferences
(PdfDocumentReader signedRevisionReader, PdfDocumentReader finalRevisionReader) Returns a list of visual differences found between signed and final revisions excluding newly created annotationsPdfModificationDetection.getVisualDifferences()
Returns information about pages with visual differences between signed and final revisionsModifier and TypeMethodDescriptionvoid
PdfModificationDetection.setAnnotationOverlaps
(List<PdfModification> annotationOverlaps) Sets annotation overlapsvoid
PdfModificationDetection.setPageDifferences
(List<PdfModification> pageDifferences) Sets page differences (for missing/added pages)void
PdfModificationDetection.setVisualDifferences
(List<PdfModification> visualDifferences) Sets visual differences -
Uses of PdfModification in eu.europa.esig.dss.pdf.openpdf
Modifier and TypeMethodDescriptionprotected List<PdfModification>
ITextPDFSignatureService.getVisualDifferences
(PdfDocumentReader signedRevisionReader, PdfDocumentReader finalRevisionReader)