PDF
Select pages
2min
overview https //docs procesio com/write to file#yja0t use this action to select pages from a pdf and return them in the order of selection, as a new pdf how to configure the select 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 select 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 input a file that contains a pdf file page selection you need to write inside the editor the selection of pages you want to select supports intervals (ex 5 7) and single values (ex 11) you need to enter each selection on a new row press enter to separate selections resulting file you need to add an output file variable which will return the pdf with the selection the resulting pdf page order should be the same as the selection order given an input pdf with 10 pages and the following selection 3, 7 8 resulting pdf should contain pages 3,7,8 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 selected pages only