Crop a non-standard size pdf on the bottom on the command line











up vote
0
down vote

favorite












I have a non-standard sized PDF (used for an 8cm-printer) and want to crop any white-space on the bottom (thus I want to keep the 8cm width and remove the bottom white space, in fact similar as you would use scissors in the analog world)



I have tried pdfcrop, which seems to not work with non-standard sized PDFs (the output of pdfcrop --margins 10 input.pdf output.pdf looks the same as the input) and I have tried pdfjam - the output of pdfjam --keepinfo --trim "10mm 10mm 10mm 10mm" --clip true --suffix "cropped" input.pdf produces an A4 file with missing information.



Most tools seem to assume that you want to keep the paper-size, which I don't want - I want to remove the bottom portion and reduce the height of the PDF accordingly.



Is there a way to do it?










share|improve this question






















  • I can't test this, but can you try pdfcrop --margins '10 10 10 -10' input.pdf output.pdf ? Note the minus sign for the last 10. If it works, I'll add an answer with the details.
    – Haxiel
    Dec 7 at 8:08















up vote
0
down vote

favorite












I have a non-standard sized PDF (used for an 8cm-printer) and want to crop any white-space on the bottom (thus I want to keep the 8cm width and remove the bottom white space, in fact similar as you would use scissors in the analog world)



I have tried pdfcrop, which seems to not work with non-standard sized PDFs (the output of pdfcrop --margins 10 input.pdf output.pdf looks the same as the input) and I have tried pdfjam - the output of pdfjam --keepinfo --trim "10mm 10mm 10mm 10mm" --clip true --suffix "cropped" input.pdf produces an A4 file with missing information.



Most tools seem to assume that you want to keep the paper-size, which I don't want - I want to remove the bottom portion and reduce the height of the PDF accordingly.



Is there a way to do it?










share|improve this question






















  • I can't test this, but can you try pdfcrop --margins '10 10 10 -10' input.pdf output.pdf ? Note the minus sign for the last 10. If it works, I'll add an answer with the details.
    – Haxiel
    Dec 7 at 8:08













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have a non-standard sized PDF (used for an 8cm-printer) and want to crop any white-space on the bottom (thus I want to keep the 8cm width and remove the bottom white space, in fact similar as you would use scissors in the analog world)



I have tried pdfcrop, which seems to not work with non-standard sized PDFs (the output of pdfcrop --margins 10 input.pdf output.pdf looks the same as the input) and I have tried pdfjam - the output of pdfjam --keepinfo --trim "10mm 10mm 10mm 10mm" --clip true --suffix "cropped" input.pdf produces an A4 file with missing information.



Most tools seem to assume that you want to keep the paper-size, which I don't want - I want to remove the bottom portion and reduce the height of the PDF accordingly.



Is there a way to do it?










share|improve this question













I have a non-standard sized PDF (used for an 8cm-printer) and want to crop any white-space on the bottom (thus I want to keep the 8cm width and remove the bottom white space, in fact similar as you would use scissors in the analog world)



I have tried pdfcrop, which seems to not work with non-standard sized PDFs (the output of pdfcrop --margins 10 input.pdf output.pdf looks the same as the input) and I have tried pdfjam - the output of pdfjam --keepinfo --trim "10mm 10mm 10mm 10mm" --clip true --suffix "cropped" input.pdf produces an A4 file with missing information.



Most tools seem to assume that you want to keep the paper-size, which I don't want - I want to remove the bottom portion and reduce the height of the PDF accordingly.



Is there a way to do it?







pdf






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 6 at 21:35









Roland Seuhs

1063




1063












  • I can't test this, but can you try pdfcrop --margins '10 10 10 -10' input.pdf output.pdf ? Note the minus sign for the last 10. If it works, I'll add an answer with the details.
    – Haxiel
    Dec 7 at 8:08


















  • I can't test this, but can you try pdfcrop --margins '10 10 10 -10' input.pdf output.pdf ? Note the minus sign for the last 10. If it works, I'll add an answer with the details.
    – Haxiel
    Dec 7 at 8:08
















I can't test this, but can you try pdfcrop --margins '10 10 10 -10' input.pdf output.pdf ? Note the minus sign for the last 10. If it works, I'll add an answer with the details.
– Haxiel
Dec 7 at 8:08




I can't test this, but can you try pdfcrop --margins '10 10 10 -10' input.pdf output.pdf ? Note the minus sign for the last 10. If it works, I'll add an answer with the details.
– Haxiel
Dec 7 at 8:08















active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f486469%2fcrop-a-non-standard-size-pdf-on-the-bottom-on-the-command-line%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f486469%2fcrop-a-non-standard-size-pdf-on-the-bottom-on-the-command-line%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Morgemoulin

Scott Moir

Souastre