Class OperationClearSignature


  • public class OperationClearSignature
    extends Object
    Used to remove all existing signatures from the PDF document. **Important:** Be aware, that this will also remove probably set passwords and encryption from the document.
    • Constructor Detail

      • OperationClearSignature

        public OperationClearSignature()
    • Method Detail

      • getFlatten

        @Nullable
        public @Nullable Boolean getFlatten()
        When set to \"true\", this will render all visible signatures to the page content. **Important:** The actual signatures will still be removed! The hereby generated visual representation is not verifyable or binding and can not serve/does not count as a valid digital signature.
        Returns:
        flatten
      • setFlatten

        public void setFlatten​(Boolean flatten)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object