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!
			
			
									
						
										
						Remove pages 3 to N on PDF
Re: Remove pages 3 to N on PDF
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
 
Laurent De Wilde, Solution Architect @ Enfocus
			
						- 
				diguimfodera
 - Newbie
 - Posts: 16
 - Joined: Thu Jan 21, 2016 1:34 am
 
Re: Remove pages 3 to N on PDF
HI thank you! Worked very well!  