mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 22:11:35 +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
|
|
|