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