From 05416d4198b35377858222c4b31760f000592495 Mon Sep 17 00:00:00 2001 From: Gustavo Arnosti Neves Date: Sun, 1 Apr 2018 12:14:35 -0300 Subject: [PATCH] Adding links and references to readme --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 140863d..2202cb9 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,6 @@ 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. A temporary file is used in `mixed mode`, at the target location. -## Links -#### [ma.juii.net - The History](https://ma.juii.net/blog/scale-page-content-of-pdf-files) -#### [SO - Scale pdf to add border for printing full size pages](https://stackoverflow.com/questions/18343813/scale-pdf-to-add-border-for-printing-full-size-pages/) -#### [MichaelJCole original gist - pdfScale.sh](https://gist.github.com/MichaelJCole/86e4968dbfc13256228a) - ## Example Runs Better than explaining is showing it: #### Checking File Information @@ -428,4 +423,13 @@ sudo make install To remove the installation use: ``` sudo make uninstall -``` +``` + +--- + +# Links +#### [ma.juii.net - The History](https://ma.juii.net/blog/scale-page-content-of-pdf-files) +#### [SO - Scale pdf to add border for printing full size pages](https://stackoverflow.com/questions/18343813/scale-pdf-to-add-border-for-printing-full-size-pages/) +#### [MichaelJCole original gist - pdfScale.sh](https://gist.github.com/MichaelJCole/86e4968dbfc13256228a) + +---