Skip to content

Instantly share code, notes, and snippets.

@cedced19
Created February 27, 2022 10:25
Show Gist options
  • Save cedced19/250301dd5eca33cafef1c308a359c07a to your computer and use it in GitHub Desktop.
Save cedced19/250301dd5eca33cafef1c308a359c07a to your computer and use it in GitHub Desktop.
Convert PDF to JPEG PDF.
#!/bin/bash
echo "File $1."
convert $1 -format JPG -quality 5 small-$1
@cedced19
Copy link
Author

alias smallpdf=/home/cjung/.script/smallpdf.sh

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