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 PdfDocumentReader
AbstractPDFSignatureService. loadPdfDocumentReader(byte[] binaries, String passwordProtection)
LoadsPdfDocumentReader
instanceprotected abstract PdfDocumentReader
AbstractPDFSignatureService. loadPdfDocumentReader(DSSDocument dssDocument, String passwordProtection)
LoadsPdfDocumentReader
instanceMethods in eu.europa.esig.dss.pdf with parameters of type PdfDocumentReader Modifier and Type Method Description protected AnnotationBox
AbstractPDFSignatureService. checkVisibleSignatureFieldBoxPosition(PdfDocumentReader reader, SignatureFieldParameters parameters)
Checks if the signatureFieldBox overlaps with any existing annotations on the given pageprotected void
AbstractPDFSignatureService. 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 PdfModificationDetection
AbstractPDFSignatureService. 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 class
ITextDocumentReader
The IText (OpenPdf) implementation ofPdfDocumentReader
Methods in eu.europa.esig.dss.pdf.openpdf that return PdfDocumentReader Modifier and Type Method Description protected PdfDocumentReader
ITextPDFSignatureService. loadPdfDocumentReader(byte[] binaries, String passwordProtection)
protected PdfDocumentReader
ITextPDFSignatureService. 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 class
PdfBoxDocumentReader
The PDFBox implementation ofPdfDocumentReader
Methods in eu.europa.esig.dss.pdf.pdfbox that return PdfDocumentReader Modifier and Type Method Description protected PdfDocumentReader
PdfBoxSignatureService. loadPdfDocumentReader(byte[] binaries, String passwordProtection)
protected PdfDocumentReader
PdfBoxSignatureService. loadPdfDocumentReader(DSSDocument dssDocument, String passwordProtection)