On this Page

    Extracting Documents from a PDF

    Hint: If you ever want to know the syntax for PDFExtract, just run it with no arguments.
    DO PDFExtract 

    Given a hypothetical combined PDF named multiDoc.pdf, you could extract document 7 from it by using:

    DO PDFExtract -in multiDoc.pdf -docs 7 -out justDoc7.pdf

    Rather than extracting only a single document, you could extract a comma-separated list of documents (e.g. -docs "2,5,18,19,34"). You can also specify a dash-separated range of document numbers. (e.g. -docs "1,20-30,18")