Skip to content

Instantly share code, notes, and snippets.

@Frodox
Created November 13, 2014 06:39
Show Gist options
  • Save Frodox/0e0b838b607cb47fafc5 to your computer and use it in GitHub Desktop.
Save Frodox/0e0b838b607cb47fafc5 to your computer and use it in GitHub Desktop.
convert pdf to multiple images
#!/bin/bash
# allow to convert multipage pdfs
convert -verbose -density 200 -trim schedule_rus_fin.pdf -quality 90 zeronight%d.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment