Skip to content

Instantly share code, notes, and snippets.

@binshengliu
Created March 22, 2021 10:52
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 binshengliu/05ef53a84aa0cb607efe6d288a2189a1 to your computer and use it in GitHub Desktop.
Save binshengliu/05ef53a84aa0cb607efe6d288a2189a1 to your computer and use it in GitHub Desktop.
Convert PDF to PNG
# https://askubuntu.com/a/50180
pdftoppm -png -r 300 input.pdf png/out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment