PDF
Remove pages
2min
overview https //docs procesio com/write to file#yja0t use this action to remove a selection of pages from a pdf and return the remaining pages as a new pdf how to configure the remove pages action? https //kb procesio com/regex replace#qd how to https //docs procesio com/merge lists#q how to https //docs procesio com/write to file# s0vi 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