Skip to content

Instantly share code, notes, and snippets.

@muojp
Created July 22, 2016 04:39
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 muojp/d48e184ffa838beb0b4647afbbed013d to your computer and use it in GitHub Desktop.
Save muojp/d48e184ffa838beb0b4647afbbed013d to your computer and use it in GitHub Desktop.
Kindle用ツメツメcrop PDF
cpdf -o _.pdf articles/xxxxx.pdf "5-end" && cpdf -crop "20mm 30mm 150mm 220mm" -o preview.pdf _.pdf && rm _.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment