Tested Systems
- Debian 18 Jessie 32bit & 64bit
- Debian 17 Wheezy 32bit & 64bit
- Ubuntu 16 32bit & 64bit
- Amazon Linux AMI 2016.09 32bit
- MacOS X Yosemite 10.10.5
- Windows 10 64bit - CygWin64
- Windows 10 64bit - Bash on Ubuntu on Windows
Please report your system
It would help me a lot to know in which systems you have successfully run pdfScale.sh.
If you could not run pdfScale.sh in a system, please open a new issue.
Relevant commands
$ cat /etc/*release 2>/dev/null
$ uname -s -r -v -m -p -i -o
$ bc --version
$ gs --version
$ pdfinfo -v 2>dev/null || echo 'No pdf-info'
$ identify --version 2>/dev/null || echo 'No identify'
Template for reporting a system:
Just copy and paste this into your answer and then copy and paste each code block on its place.
# Enter Distro / System name here
#### release
```
$ cat /etc/*release 2>/dev/null
# contents...
```
#### uname
```
$ uname -s -r -v -m -p -i -o
# contents...
```
#### bcmath
```
$ bc --version
# contents...
```
#### ghostscript
```
$ gs --version
# contents...
```
#### pdfinfo
```
$ pdfinfo -v 2>/dev/null || echo 'NO PDFINFO'
# contents...
```
#### identify
```
$ identify --version 2>/dev/null || echo 'NO IDENTIFY'
# contents...
```
#### main use
**Use for resizing:** YES/NO - what papers?
**Use for scaling:** UP/DOWN - printing margins?
**Use for auto-rotation:** YES/NO - which option?
**Use flip-detection:** YES/NO, which option?
**Use adaptive-mode:** YES/NO (why on earth NO?)
Feel free to add/omit stuff, most important thing is to know the distro you are running
Examples below
Tested Systems
Please report your system
It would help me a lot to know in which systems you have successfully run
pdfScale.sh.If you could not run
pdfScale.shin a system, please open a new issue.Relevant commands
Template for reporting a system:
Just copy and paste this into your answer and then copy and paste each code block on its place.
Feel free to add/omit stuff, most important thing is to know the distro you are running
Examples below