Class FieldMDP
java.lang.Object
br.ufsc.labsec.incrementalupdate.transform.TransformRule
br.ufsc.labsec.incrementalupdate.transform.FieldMDP
- All Implemented Interfaces:
PdfTransformRule
-
Field Summary
Fields inherited from class TransformRule
DOC_MDP, FIELD_MDP, NONE -
Method Summary
Modifier and TypeMethodDescriptionstatic FieldMDPgetInstance(TransformInfo transformParams) voidpopulateDataEntry(org.apache.pdfbox.cos.COSDictionary referenceDictionary, org.apache.pdfbox.pdmodel.PDDocumentCatalog documentCatalog) voidpopulateTransformDictionary(org.apache.pdfbox.cos.COSDictionary dictionary) voidprepareDocument(org.apache.pdfbox.pdmodel.PDDocumentCatalog catalog, org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature signature) Methods inherited from class TransformRule
getRuleName
-
Method Details
-
populateDataEntry
public void populateDataEntry(org.apache.pdfbox.cos.COSDictionary referenceDictionary, org.apache.pdfbox.pdmodel.PDDocumentCatalog documentCatalog) - Specified by:
populateDataEntryin interfacePdfTransformRule- Specified by:
populateDataEntryin classTransformRule
-
populateTransformDictionary
public void populateTransformDictionary(org.apache.pdfbox.cos.COSDictionary dictionary) - Specified by:
populateTransformDictionaryin interfacePdfTransformRule- Specified by:
populateTransformDictionaryin classTransformRule
-
prepareDocument
public void prepareDocument(org.apache.pdfbox.pdmodel.PDDocumentCatalog catalog, org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature signature) -
getInstance
-