Remove pages
Overviewο»Ώο»Ώ
Use this action to remove a selection of pages from a PDF and return the remaining pages as a new PDF.
Step 1. Create a process and give it a name.
Step 2. Drag the Remove Pages action to the canvas and link it to the other actions.
Step 3. Create the variables needed for the configuration of the action, and then add them to the configuration panel:
Input file: you need to add a File that contains a .pdf from which the pages will be removed.
Page selection: you need to write inside the editor the selection of pages you want to select for removal. Supports intervals (ex 5-7) and single values (ex 11).
Resulting file: the File with .pdf resulted after deleted pages.
Given an input PDF with 10 pages and the following selection:
3
5-7
Resulting .pdf should contain pages: 1,2,4,8,9,10.
Step 4. Save, Validate and Run the process.
Step 5. You will be prompted to add the file for our input variable. Click Run.
Step 6. To verify the process click Check instance.
Step 7. In the Output section, you can see the output variable containing the PDF file with the remaining pages only.