Class PDFExtractTextOperation

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

public class PDFExtractTextOperation extends Object
Extracts raw text from a PDF.

If the PDF is encrypted, a password is required.

Since:
8.10
  • Field Details

    • ID

      public static final String ID
      See Also:
    • session

      protected CoreSession session
    • pdfxpath

      protected String pdfxpath
    • save

      protected boolean save
    • targetxpath

      protected String targetxpath
    • patterntofind

      protected String patterntofind
    • removepatternfromresult

      protected boolean removepatternfromresult
    • password

      protected String password
  • Constructor Details

    • PDFExtractTextOperation

      public PDFExtractTextOperation()
  • Method Details