Skip to content

Instantly share code, notes, and snippets.

@Tokenyet
Created June 14, 2022 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tokenyet/5edaa878945c1d3f638122ef945e715c to your computer and use it in GitHub Desktop.
Save Tokenyet/5edaa878945c1d3f638122ef945e715c to your computer and use it in GitHub Desktop.
Combine jpg into one pdf using magick
# For combining the specified jpgs to pdf.
magick convert edu_imga.jpg edu_imgb.jpg -auto-orient educations.pdf
# For combining all jpgs to pdf.
magick convert *.jpg -auto-orient educations.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment