Skip to content

Instantly share code, notes, and snippets.

@guo
Created June 9, 2021 21:21
Show Gist options
  • Save guo/a6cf51f8dcc49f0ef64a88278850ccfa to your computer and use it in GitHub Desktop.
Save guo/a6cf51f8dcc49f0ef64a88278850ccfa to your computer and use it in GitHub Desktop.
pdf-tricks
Combine all png files to a pdf file, sorted by last modified date.
```
convert $(ls -tr *.png) ~/all.pdf
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment