mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-01 05:21:06 +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
|
||
|
|