mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 21:52:12 +01:00
added example for the gs command (reduce pdf file)
This commit is contained in:
parent
4f83172647
commit
dfc7c98607
1 changed files with 3 additions and 0 deletions
3
cheatsheets/gs
Normal file
3
cheatsheets/gs
Normal file
|
@ -0,0 +1,3 @@
|
|||
# To reduce the size of a pdf file:
|
||||
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=output.pdf input.pdf
|
||||
|
Loading…
Reference in a new issue