Uses of Interface
eu.europa.esig.dss.pdf.modifications.PdfModification
Packages that use PdfModification
Package
Description
-
Uses of PdfModification in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf that return types with arguments of type PdfModificationModifier 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
Classes in eu.europa.esig.dss.pdf.modifications that implement PdfModificationMethods in eu.europa.esig.dss.pdf.modifications that return types with arguments of type PdfModificationModifier 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 revisionsMethod parameters in eu.europa.esig.dss.pdf.modifications with type arguments of type PdfModificationModifier and TypeMethodDescriptionvoidPdfModificationDetection.setAnnotationOverlaps(List<PdfModification> annotationOverlaps) Sets annotation overlapsvoidPdfModificationDetection.setPageDifferences(List<PdfModification> pageDifferences) Sets page differences (for missing/added pages)voidPdfModificationDetection.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 PdfModificationModifier and TypeMethodDescriptionprotected List<PdfModification> ITextPDFSignatureService.getVisualDifferences(PdfDocumentReader signedRevisionReader, PdfDocumentReader finalRevisionReader)