Package org.jpedal.manipulator
Class RemoveDigitalSignatures
java.lang.Object
org.jpedal.manipulator.RemoveDigitalSignatures
- All Implemented Interfaces:
org.jpedal.manipulator.Manipulation
Remove all digital signatures from the document.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(org.jpedal.io.writer.PdfFile info, org.jpedal.manipulator.ResourceCache cache) Applies the manipulation to the current document.
-
Constructor Details
-
RemoveDigitalSignatures
public RemoveDigitalSignatures()
-
-
Method Details
-
apply
public void apply(org.jpedal.io.writer.PdfFile info, org.jpedal.manipulator.ResourceCache cache) throws IOException Applies the manipulation to the current document.- Specified by:
applyin interfaceorg.jpedal.manipulator.Manipulation- Parameters:
info- thePdfFileobject for the currently loaded documentcache- theResourceCacheobject for the currently loaded document- Throws:
IOException- if the manipulation cannot be applied to the document
-