Class PDFRemoveEncryptionOperation
- java.lang.Object
-
- org.nuxeo.ecm.platform.pdf.operations.PDFRemoveEncryptionOperation
-
public class PDFRemoveEncryptionOperation extends Object
Removes the encryption, returns a copy of the blob.- Since:
- 8.10
-
-
Constructor Summary
Constructors Constructor Description PDFRemoveEncryptionOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlobListrun(BlobList inBlobs)Blobrun(Blob inBlob)Blobrun(DocumentModel inDoc)BlobListrun(DocumentModelList inDocs)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
xpath
protected String xpath
-
-
Method Detail
-
run
public Blob run(DocumentModel inDoc)
-
run
public BlobList run(DocumentModelList inDocs)
-
-