| @@ -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. | 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. | 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 | ## Example Runs | ||||
| Better than explaining is showing it: | Better than explaining is showing it: | ||||
| #### Checking File Information | #### Checking File Information | ||||
| @@ -428,4 +423,13 @@ sudo make install | |||||
| To remove the installation use: | To remove the installation use: | ||||
| ``` | ``` | ||||
| sudo make uninstall | 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) | |||||
| --- | |||||