summaryrefslogtreecommitdiff
path: root/USE.md
diff options
context:
space:
mode:
Diffstat (limited to 'USE.md')
-rw-r--r--USE.md5
1 files changed, 5 insertions, 0 deletions
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