Package net.webpdf.wsclient.openapi
Class OperationClearSignature
- java.lang.Object
-
- net.webpdf.wsclient.openapi.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.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FLATTEN
-
Constructor Summary
Constructors Constructor Description OperationClearSignature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)OperationClearSignatureflatten(Boolean flatten)@Nullable BooleangetFlatten()When set to \"true\", this will render all visible signatures to the page content.inthashCode()voidsetFlatten(Boolean flatten)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_FLATTEN
public static final String JSON_PROPERTY_FLATTEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
flatten
public OperationClearSignature flatten(Boolean flatten)
-
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)
-
-