Add: Option to remove the digital signature when merging (#1424)

This commit is contained in:
Ludy
2024-06-09 14:58:05 +02:00
committed by GitHub
parent 2e11b632dd
commit 7543f49ba4
35 changed files with 106 additions and 16 deletions

View File

@@ -21,4 +21,10 @@ public class MergePdfsRequest extends MultiplePDFFiles {
},
defaultValue = "orderProvided")
private String sortType = "orderProvided";
@Schema(
description =
"Flag indicating whether to remove certification signatures from the merged PDF. If true, all certification signatures will be removed from the final merged document.",
example = "true")
private boolean isRemoveCertSign;
}