Page 1 of 1

Remove pages 3 to N on PDF

Posted: Wed Dec 15, 2021 1:07 am
by diguimfodera
I have PDF files with different pages number. I need to create a pitstop action for remove page 3 to N, where N is diferente for different files.
Example: one file has 12 pages. I need remove page 3 to 12. Other File has 16 pages. I need remove page 3 to 16. In other words, I need to preserve page 1-2 e remove all other pages in PDF files.

This action, I'II use to automate with Switch and Pitstop server. I need to create a Flow for that. Other solution is welcome!

Re: Remove pages 3 to N on PDF

Posted: Wed Dec 15, 2021 9:08 am
by laurentd
Easy, here is the action list:
  • Select all
  • Select page range: 3-R1 (add R to count from the back of the document)
  • Remove pages

Re: Remove pages 3 to N on PDF

Posted: Wed Dec 15, 2021 11:06 pm
by diguimfodera
HI thank you! Worked very well! :D