Uses of Interface
eu.europa.esig.dss.pdf.PdfDocumentReader
| Package | Description |
|---|---|
| eu.europa.esig.dss.pdf | |
| eu.europa.esig.dss.pdf.openpdf | |
| eu.europa.esig.dss.pdf.pdfbox |
-
Uses of PdfDocumentReader in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf that return PdfDocumentReader Modifier and Type Method Description protected abstract PdfDocumentReaderAbstractPDFSignatureService. loadPdfDocumentReader(byte[] binaries, String passwordProtection)LoadsPdfDocumentReaderinstanceprotected abstract PdfDocumentReaderAbstractPDFSignatureService. loadPdfDocumentReader(DSSDocument dssDocument, String passwordProtection)LoadsPdfDocumentReaderinstanceMethods in eu.europa.esig.dss.pdf with parameters of type PdfDocumentReader Modifier and Type Method Description protected AnnotationBoxAbstractPDFSignatureService. checkVisibleSignatureFieldBoxPosition(PdfDocumentReader reader, SignatureFieldParameters parameters)Checks if the signatureFieldBox overlaps with any existing annotations on the given pageprotected voidAbstractPDFSignatureService. checkVisibleSignatureFieldBoxPosition(SignatureDrawer signatureDrawer, PdfDocumentReader documentReader, SignatureFieldParameters fieldParameters)Checks validity of the SignatureField positionstatic List<PdfModification>PdfModificationDetectionUtils. getAnnotationOverlaps(PdfDocumentReader reader)Returns a list of found annotation overlapsstatic List<PdfModification>PdfModificationDetectionUtils. getPagesDifferences(PdfDocumentReader signedRevisionReader, PdfDocumentReader finalRevisionReader)Returns a list of missing/added pages between signed and final revisionsprotected PdfModificationDetectionAbstractPDFSignatureService. getPdfModificationDetection(PdfDocumentReader finalRevisionReader, byte[] signedContent, String pwd)Proceeds PDF modification detectionprotected List<PdfModification>AbstractPDFSignatureService. getVisualDifferences(PdfDocumentReader signedRevisionReader, PdfDocumentReader finalRevisionReader)Returns a list of visual differences between the provided PDF and the signed contentstatic List<PdfModification>PdfModificationDetectionUtils. getVisualDifferences(PdfDocumentReader signedRevisionReader, PdfDocumentReader finalRevisionReader)Returns a list of visual differences found between signed and final revisions excluding newly created annotations -
Uses of PdfDocumentReader in eu.europa.esig.dss.pdf.openpdf
Classes in eu.europa.esig.dss.pdf.openpdf that implement PdfDocumentReader Modifier and Type Class Description classITextDocumentReaderThe IText (OpenPdf) implementation ofPdfDocumentReaderMethods in eu.europa.esig.dss.pdf.openpdf that return PdfDocumentReader Modifier and Type Method Description protected PdfDocumentReaderITextPDFSignatureService. loadPdfDocumentReader(byte[] binaries, String passwordProtection)protected PdfDocumentReaderITextPDFSignatureService. loadPdfDocumentReader(DSSDocument dssDocument, String passwordProtection)Methods in eu.europa.esig.dss.pdf.openpdf with parameters of type PdfDocumentReader Modifier and Type Method Description protected List<PdfModification>ITextPDFSignatureService. getVisualDifferences(PdfDocumentReader signedRevisionReader, PdfDocumentReader finalRevisionReader) -
Uses of PdfDocumentReader in eu.europa.esig.dss.pdf.pdfbox
Classes in eu.europa.esig.dss.pdf.pdfbox that implement PdfDocumentReader Modifier and Type Class Description classPdfBoxDocumentReaderThe PDFBox implementation ofPdfDocumentReaderMethods in eu.europa.esig.dss.pdf.pdfbox that return PdfDocumentReader Modifier and Type Method Description protected PdfDocumentReaderPdfBoxSignatureService. loadPdfDocumentReader(byte[] binaries, String passwordProtection)protected PdfDocumentReaderPdfBoxSignatureService. loadPdfDocumentReader(DSSDocument dssDocument, String passwordProtection)