Skip to content

Instantly share code, notes, and snippets.

@liweinan
Created September 27, 2016 15:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liweinan/5fe7b69fd0983e617e5e70e3aa987d5a to your computer and use it in GitHub Desktop.
Save liweinan/5fe7b69fd0983e617e5e70e3aa987d5a to your computer and use it in GitHub Desktop.
pdf转png,拼长图工具
convert -density 100 in.pdf -background white -alpha remove out.png
convert -append `ls -1 *.png | sort -n | tr '\n' ' '` all.png
@wadmes
Copy link

wadmes commented Oct 23, 2017

The result is out of order

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment