Skip to content

Instantly share code, notes, and snippets.

@robinfang
Created November 7, 2022 01:10
Show Gist options
  • Save robinfang/17a96b0547bc1c0b2abeeee5b5c24033 to your computer and use it in GitHub Desktop.
Save robinfang/17a96b0547bc1c0b2abeeee5b5c24033 to your computer and use it in GitHub Desktop.
截取PDF页面转为.jpg图片
convert -verbose -density 150 -trim %* -quality 300 -flatten -sharpen 0x1.0 %*.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment