Skip to content

Instantly share code, notes, and snippets.

@abdullahoguk
Last active January 6, 2023 09:03
Show Gist options
  • Save abdullahoguk/5eac563c1551bfe0267ea598a3c2452a to your computer and use it in GitHub Desktop.
Save abdullahoguk/5eac563c1551bfe0267ea598a3c2452a to your computer and use it in GitHub Desktop.
CommandSet

PDF REDUCE

  • gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf
  • ps2pdf input.pdf output.pdf

Make gifs with imagemagick

convert -delay 100 -loop 0 *.jpeg animatedGIF.gif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment