Splitting a PDF file into multiple files
Learn how to split a specific page or a range of pages of a PDF file and transform it to a new PDF file with the split pages.
Before you begin
Before you split the pages of a PDF file, you must open a PDF instance. For more information, see Opening, closing, and saving PDF files.
Procedure
Add the Get PDF Pages (pdfExtract
) command to your script to split a PDF file into a separate file based on a custom range or a specific page. Both actions
generate a new PDF file with the split pages. Read this command's specification for examples on how to use it.