Class PDFExtractInfoOperation
java.lang.Object
org.nuxeo.ecm.platform.pdf.operations.PDFExtractInfoOperation
Extracts PDF info to specific fields.
If there is no blob or if the blob is not a PDF document, we empty the values.
IMPORTANT We don't check if the blob is a PDF or not. If it is not, this will likely lead to PDFBox errors.
For the values to use in the properties parameter, see PDFInfo.toHashMap()
.
- Since:
- 8.10
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
protected Properties
protected boolean
protected CoreSession
protected String
-
Constructor Summary
-
Method Summary
-
Field Details
-
ID
- See Also:
-
session
-
xpath
-
properties
-
save
protected boolean save
-
-
Constructor Details
-
PDFExtractInfoOperation
public PDFExtractInfoOperation()
-
-
Method Details
-
run
- Throws:
IOException
-