![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSIS
DESCRIPTIONInspired by some code found in an OpenOffice Python script,
The following options are available:
If both [infile] and [outfile] are regular files, the script checks if the shrunk output file is actually smaller than the input file. If it is not, it writes a message to stderr and copies the input to output. EXAMPLESReduce PDF resolution to 72 dpi: $ shrinkpdf myfile.pdf
>myfile-72dpi.pdf Reduce PDF resolution to 300 dpi: $ shrinkpdf -r 300 myfile.pdf
>myfile-300dpi.pdf Reduce PDF resolution to 150 dpi, specify [outfile]: $ shrinkpdf -o myfile-150dpi.pdf -r
150 myfile.pdf SEE ALSOAUTHORS
|