Class PDFExtractInfoOperation

java.lang.Object
org.nuxeo.ecm.platform.pdf.operations.PDFExtractInfoOperation

public class PDFExtractInfoOperation extends Object
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