Skip to content

Instantly share code, notes, and snippets.

@igor-kamil
Created March 25, 2021 10:14
Show Gist options
  • Save igor-kamil/5d876f2e700a05a8d8961b4e81ede50c to your computer and use it in GitHub Desktop.
Save igor-kamil/5d876f2e700a05a8d8961b4e81ede50c to your computer and use it in GitHub Desktop.
#!/bin/bash
for file in *.pdf
do
qpdf --password=<pass> --decrypt $file unlocked/$file
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment