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