Class PDFConvertToPicturesOperation
- java.lang.Object
-
- org.nuxeo.ecm.platform.pdf.operations.PDFConvertToPicturesOperation
-
public class PDFConvertToPicturesOperation extends Object
Converts each page of a PDF into a picture.Returns Blob list of pictures.
- Since:
- 8.10
-
-
Constructor Summary
Constructors Constructor Description PDFConvertToPicturesOperation()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
fileName
protected String fileName
-
xpath
protected String xpath
-
password
protected String password
-
-
Method Detail
-
run
public BlobList run(DocumentModel inDoc)
-
-