Uses of Interface
eu.europa.esig.dss.pades.validation.PdfModification
| Package | Description |
|---|---|
| eu.europa.esig.dss.pades.validation | |
| eu.europa.esig.dss.pdf | |
| eu.europa.esig.dss.pdf.openpdf |
-
Uses of PdfModification in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation that return types with arguments of type PdfModification Modifier and Type Method Description List<PdfModification>PdfModificationDetection. getAnnotationOverlaps()Returns information about annotations overlappingList<PdfModification>PdfModificationDetection. getPageDifferences()Returns information if there are missing/added pages between the signed and final revisionsList<PdfModification>PdfModificationDetection. getVisualDifferences()Returns information about pages with visual differences between signed and final revisions -
Uses of PdfModification in eu.europa.esig.dss.pdf
Classes in eu.europa.esig.dss.pdf that implement PdfModification Modifier and Type Class Description classPdfModificationImplThe default PDF Modification objectMethods in eu.europa.esig.dss.pdf that return types with arguments of type PdfModification Modifier and Type Method Description List<PdfModification>PdfModificationDetectionImpl. getAnnotationOverlaps()static List<PdfModification>PdfModificationDetectionUtils. getAnnotationOverlaps(PdfDocumentReader reader)Returns a list of found annotation overlapsList<PdfModification>PdfModificationDetectionImpl. getPageDifferences()static List<PdfModification>PdfModificationDetectionUtils. getPagesDifferences(PdfDocumentReader signedRevisionReader, PdfDocumentReader finalRevisionReader)Returns a list of missing/added pages between signed and final revisionsprotected List<PdfModification>AbstractPDFSignatureService. getVisualDifferences(PdfDocumentReader signedRevisionReader, PdfDocumentReader finalRevisionReader)Returns a list of visual differences between the provided PDF and the signed contentList<PdfModification>PdfModificationDetectionImpl. getVisualDifferences()static List<PdfModification>PdfModificationDetectionUtils. getVisualDifferences(PdfDocumentReader signedRevisionReader, PdfDocumentReader finalRevisionReader)Returns a list of visual differences found between signed and final revisions excluding newly created annotationsMethod parameters in eu.europa.esig.dss.pdf with type arguments of type PdfModification Modifier and Type Method Description voidPdfModificationDetectionImpl. setAnnotationOverlaps(List<PdfModification> annotationOverlaps)Sets annotation overlapsvoidPdfModificationDetectionImpl. setPageDifferences(List<PdfModification> pageDifferences)Sets page differences (for missing/added pages)voidPdfModificationDetectionImpl. setVisualDifferences(List<PdfModification> visualDifferences)Sets visual differences -
Uses of PdfModification in eu.europa.esig.dss.pdf.openpdf
Methods in eu.europa.esig.dss.pdf.openpdf that return types with arguments of type PdfModification Modifier and Type Method Description protected List<PdfModification>ITextPDFSignatureService. getVisualDifferences(PdfDocumentReader signedRevisionReader, PdfDocumentReader finalRevisionReader)