mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 17:08:29 +01:00
4 lines
113 B
Text
4 lines
113 B
Text
|
# To reduce the size of a pdf file:
|
||
|
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=output.pdf input.pdf
|
||
|
|