Método 1 - pdfcrop
Há uma ferramenta de linha de comando chamada pdfcrop
que parece com o que você está procurando.
Exemplospdfcrop is a utility to calculate and remove empty margins from each page in the input PDF file. The resulting output file occupies the minimal paper size needed for the contents and is therefore suitable for inclusion as a graphic
$ pdfcrop --margins 10 input.pdf output.pdf
$ pdfcrop --margins ’5 10 5 20’ --clip input.pdf output.pdf
Método 2 - pdfjam
Como alternativa, existe outra ferramenta chamada pdfjam
.
$ pdfjam --twoside --offset '2cm 0cm' file.pdf