Skip to content

Instantly share code, notes, and snippets.

@anapaulagomes
Created September 7, 2021 16:38
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 anapaulagomes/e81289ed90d50b3278b1c36734538582 to your computer and use it in GitHub Desktop.
Save anapaulagomes/e81289ed90d50b3278b1c36734538582 to your computer and use it in GitHub Desktop.
Images to PDF
# https://gitlab.mister-muffin.de/josch/img2pdf
ls *.jpg | sort -n | tr '\n' ' ' | xargs img2pdf -o ebook.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment