Class PDFExtractPagesOperation
- java.lang.Object
-
- org.nuxeo.ecm.platform.pdf.operations.PDFExtractPagesOperation
-
public class PDFExtractPagesOperation extends Object
Extract pages fromstartPage
toendPage
(inclusive) from the input object. If a Blob is used as input, thexpath
parameter is not used.title
,subject
andauthor
are optional.If the PDF is encrypted, a password is required.
- Since:
- 8.10
-
-
Field Summary
Fields Modifier and Type Field Description protected long
endPage
protected String
fileName
static String
ID
protected String
password
protected String
pdfAuthor
protected String
pdfSubject
protected String
pdfTitle
protected CoreSession
session
protected long
startPage
protected String
xpath
-
Constructor Summary
Constructors Constructor Description PDFExtractPagesOperation()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
startPage
protected long startPage
-
endPage
protected long endPage
-
pdfSubject
protected String pdfSubject
-
-
Constructor Detail
-
PDFExtractPagesOperation
public PDFExtractPagesOperation()
-
-