diff options
author | Siri Reiter <siri@pjones.dk> | 2021-07-07 16:10:16 +0200 |
---|---|---|
committer | Siri Reiter <siri@pjones.dk> | 2021-07-07 16:10:16 +0200 |
commit | 70a7ba928a470f238838cd495a77b4e2cec049dc (patch) | |
tree | 648e5d2676bd6b50a4d98e409b711be229190097 | |
parent | aded8929d7919d2e9941f4166ae8963e8e5fafb8 (diff) |
add pdf resizing script
-rw-r--r-- | USE.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,3 +13,8 @@ Alternative: pdftocairo -pdf -paper A4 infile outfile pdftops %f ps2pdf13 infile outfile + +## Resize PDF with crop marks + +A3 oversize to A4 oversize: + gs -o output.pdf -sDEVICE=pdfwrite -dDEVICEWIDTHPOINTS=643.60333 -dDEVICEHEIGHTPOINTS=890.131 -dFIXEDMEDIA -dFitPage -dCompatibilityLevel=1.4 input.pdf |