Skip to main content

Extract PDF Page Range

Extract a range of pages from a PDF file.

Input

  • Range: The range of pages that you want to read. You can specify a single page (e.g. "7"), a range of pages (e.g. "7-12"), or a complex range, (e.g. "2-5, 7, 15-End" or "All").
    • Type: System.String
    • Required

File

  • File Path: The full path of the PDF file to be read
    • Type: System.String
    • Required
  • Output File Path: The resulting PDF is saved in this given paths. If exists, the file is overwritten.
    • Type: System.String
    • Required
  • Password: The password of the PDF file, If necessary.
    • Type: System.String