From e5af08ffe69bfba2051927ccfe103389778861ed Mon Sep 17 00:00:00 2001 From: Gustavo Neves Date: Sat, 13 May 2017 20:34:26 -0300 Subject: [PATCH] Readme v2.0.0 tunning --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5de6ebb..df516a1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # pdfScale.sh Bash Script to scale and resize PDFs from the command line. Uses ghostscript to create a scaled and or resized version of the pdf input. + In `scaling mode`, the PDF paper size does not change, just the elements are scaled. In `resize mode`, the PDF paper will be changed and fit-to-page will be applied. In `mixed mode`, the PDF will first be `resized` then `scaled` with two Ghostscript calls.