A simple program that let's you resize your PDFs to desired format (eg. A4).
- Put binary file into user apps directory:
- For Linux:
~/.local/bin/
- For Windows
%USERPROFILE%\AppData\Local\Programs\
- For MacOS
~/bin/
- For Linux:
- Done
Binary for Linux x86-64 can be found in Releases, for Windows and MacOS you have to build it yourself.
$ pdfscaler [-h] [-o OUTPUT] {A0,A1,A2,A3,A4,A5,A6,A7,A8,C4} input_pdf
Example:
$ pdfscaler A4 a5_document.pdf
-
Make sure that Python is installed:
$ python -V
-
Clone repository:
$ git clone https://github.com/hyperstown/pdfscaler.git`
-
Build (Linux)
$ bash build.sh
If you're using Windows or MacOS you have to follow steps from the script manually.