Class PDFWatermarkTextOperation
- java.lang.Object
-
- org.nuxeo.ecm.platform.pdf.operations.PDFWatermarkTextOperation
-
public class PDFWatermarkTextOperation extends Object
Return a new blob combining the input PDF and the watermark text given as a parameter.- Since:
- 8.10
-
-
Field Summary
Fields Modifier and Type Field Description static String
DESCRIPTION
static String
ID
protected PDFTransformationService
pdfTransformationService
protected Properties
properties
protected String
text
-
Constructor Summary
Constructors Constructor Description PDFWatermarkTextOperation()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
-
text
protected String text
-
properties
protected Properties properties
-
pdfTransformationService
protected PDFTransformationService pdfTransformationService
-
-