Class PDFAddPageNumbersOperation
- java.lang.Object
-
- org.nuxeo.ecm.platform.pdf.operations.PDFAddPageNumbersOperation
-
public class PDFAddPageNumbersOperation extends Object
Add page numbers to the PDF.If the PDF is encrypted, a password is required.
- Since:
- 8.10
-
-
Constructor Summary
Constructors Constructor Description PDFAddPageNumbersOperation()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
password
protected String password
-
-
Method Detail
-
run
public Blob run(Blob inBlob) throws IOException
- Throws:
IOException
-
-