Add a checkbox to WatermarkController to convert the pdf to pdf-image (#1633)

* Add a checkbox to WatermarkController to convert the pdf to pdf-image

* 381: Fix messages_en_GB

---------

Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
This commit is contained in:
mylk13
2024-08-06 10:11:52 +02:00
committed by GitHub
parent ce70796fff
commit ec537c6fde
7 changed files with 44 additions and 22 deletions

View File

@@ -44,4 +44,7 @@ public class AddWatermarkRequest extends PDFFile {
@Schema(description = "The height spacer between watermark elements", example = "50")
private int heightSpacer;
@Schema(description = "Convert the redacted PDF to an image", defaultValue = "false")
private boolean convertPDFToImage;
}