Hello experts, I want to know if there's a way to crop pages out from one big file, for example, This file has 4 pages. What can I do in Photoshop to crop all 4 pages out? Thank you.
Yes, if all the pages within the big file are the same size (x * y) , you could make a macro with the following steps: initial step: 1) select (x * y) area at (0,0) repeated steps (for z=1; z <= number of pages, z++): 2) copy + paste selection into a new file, 3) return focus to the big file 4) move selection down by y pixels to (0,y*z) Good luck.