Skip to content

Instantly share code, notes, and snippets.

@goooooouwa
Last active July 21, 2025 03:56
Show Gist options
  • Save goooooouwa/33632a53e39b76043996e58dc5d3191e to your computer and use it in GitHub Desktop.
Save goooooouwa/33632a53e39b76043996e58dc5d3191e to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in *pdf ; do cpdf "$i" 2-end -recrypt -o "trimmed/$i" ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment