Interface PdfRevision
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PdfCMSRevision
,PdfDocDssRevision
,PdfDocTimestampRevision
,PdfSignatureRevision
The usage of this interface permit the user to choose the underlying PDF library use to created PDF signatures.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of signature fields that refer the current objectReturns an information about changes made in the documentReturns a PDF Signature Dictionary info container
-
Method Details
-
getPdfSigDictInfo
PdfSignatureDictionary getPdfSigDictInfo()Returns a PDF Signature Dictionary info container- Returns:
PdfSignatureDictionary
-
getFields
List<PdfSignatureField> getFields()Returns a list of signature fields that refer the current object- Returns:
- list of
PdfSignatureField
s
-
getModificationDetection
PdfModificationDetection getModificationDetection()Returns an information about changes made in the document- Returns:
PdfModificationDetection
-