From 70a7ba928a470f238838cd495a77b4e2cec049dc Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 7 Jul 2021 16:10:16 +0200 Subject: add pdf resizing script --- USE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/USE.md b/USE.md index cdb0ee6..f4facae 100644 --- a/USE.md +++ b/USE.md @@ -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 -- cgit v1.2.3