Skip to content

Instantly share code, notes, and snippets.

@zonpantli
Created May 28, 2011 10:24
Show Gist options
  • Save zonpantli/996772 to your computer and use it in GitHub Desktop.
Save zonpantli/996772 to your computer and use it in GitHub Desktop.
Convert bunch of bmps to one pdf
mogrify -format pdf *bmp | gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=merged.pdf *pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment