Class PDFWatermarkPDFOperation
- java.lang.Object
-
- org.nuxeo.ecm.platform.pdf.operations.PDFWatermarkPDFOperation
-
public class PDFWatermarkPDFOperation extends Object
Returns a new blob combining the input PDF and an overlaid PDF on every page.- Since:
- 8.10
-
-
Field Summary
Fields Modifier and Type Field Description static String
DESCRIPTION
static String
ID
protected Blob
overlayPdf
protected PDFTransformationService
pdfTransformationService
-
Constructor Summary
Constructors Constructor Description PDFWatermarkPDFOperation()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
-
pdfTransformationService
protected PDFTransformationService pdfTransformationService
-
overlayPdf
protected Blob overlayPdf
-
-
Method Detail
-
run
public Blob run(Blob inBlob) throws NuxeoException
- Throws:
NuxeoException
-
-