Class RemoveDigitalSignatures

java.lang.Object
org.jpedal.manipulator.RemoveDigitalSignatures
All Implemented Interfaces:
org.jpedal.manipulator.Manipulation

public class RemoveDigitalSignatures extends Object implements org.jpedal.manipulator.Manipulation
Remove all digital signatures from the 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:
      apply in interface org.jpedal.manipulator.Manipulation
      Parameters:
      info - the PdfFile object for the currently loaded document
      cache - the ResourceCache object for the currently loaded document
      Throws:
      IOException - if the manipulation cannot be applied to the document