From 176cf93867e17d9b3e510fa5aebbdeb54db0df1c Mon Sep 17 00:00:00 2001 From: Gustavo Neves Date: Tue, 21 Feb 2017 06:42:23 -0300 Subject: [PATCH] Example run for readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index c3970ef..5298e86 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,22 @@ Examples: pdfscale -v -v -s 0.7 myPdfFile.pdf pdfscale -h ``` + +## Example run +``` +$ pdfscale -i -v -s 0.5 ../input.pdf +pdfscale v1.2.10 - Verbose execution +Checking for ghostscript and bcmath +Checking for imagemagick's identify + Scale factor: 0.5 + Input file: ../input.pdf + Output file: ../input.SCALED.pdf + Width: 595 postscript-points + Height: 842 postscript-points + Translation X: 297.500000 + Translation Y: 421.000000 +``` + ## System Install Please note that the system installer will name the executable as `pdfscale` with no uppercase chars and without the `.sh` extension.