Class PDFExtractPagesOperation

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

public class PDFExtractPagesOperation extends Object
Extract pages from startPage to endPage (inclusive) from the input object. If a Blob is used as input, the xpath parameter is not used. title, subject and author are optional.

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
    • startPage

      protected long startPage
    • endPage

      protected long endPage
    • fileName

      protected String fileName
    • pdfTitle

      protected String pdfTitle
    • pdfSubject

      protected String pdfSubject
    • pdfAuthor

      protected String pdfAuthor
    • xpath

      protected String xpath
    • password

      protected String password
  • Constructor Details

    • PDFExtractPagesOperation

      public PDFExtractPagesOperation()
  • Method Details