Skip to content

Instantly share code, notes, and snippets.

@Pavel-Durov
Created December 31, 2017 13:49
Show Gist options
  • Save Pavel-Durov/08be388e2ac07158602005f49f2891ab to your computer and use it in GitHub Desktop.
Save Pavel-Durov/08be388e2ac07158602005f49f2891ab to your computer and use it in GitHub Desktop.
//install library
$ brew install imagemagick
//file content
for f in *.png; do
convert ./"$f" ./dist/"${f%}.pdf"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment