pdfCropMargins
pdfCropMargins copied to clipboard
I want to change the pagesize of a particular page in a pdf
I have a pdf file with all pages of different page sizes.
I have attached the pdf file test2_cropped_cropped.pdf
Now in this file i want to change the page size of only the 2nd page and keep the remaining pages as they are.
How can we achieve this.
Ys Simha Rupa DAs test2_cropped_cropped.pdf
Why did you create a new issue? This seems very similar to the last question you asked.
The pdfCropMargins program cannot change the relative scale of different pages, but you can make all the pages the same size and then crop as much as you are comfortable with cropping. That or just crop that one page with the pg
option.
You could try the suggestions given in the previous issue, or just do a normal crop with the samePageSize
and uniform
options:
pdf-crop-margins -u -s test2_cropped_cropped.pdf
That looks OK to me. You could take more off the bottom, maybe, with
pdf-crop-margins -u -s -a4 0 60 0 0 test2_cropped_cropped.pdf