📜  ubuntu crop pdf - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:50:00.350000             🧑  作者: Mango
代码示例1
# Crop the whitespaces at the edges of your pdf, leave a margin of 5pt
pdfcrop --margins '5 5 5 5' input.pdf output.pdf