Skip to content

Instantly share code, notes, and snippets.

@almoorthi
Created July 20, 2024 08:41
Show Gist options
  • Save almoorthi/8fa707ab11b7f5307e26866d0daa0a36 to your computer and use it in GitHub Desktop.
Save almoorthi/8fa707ab11b7f5307e26866d0daa0a36 to your computer and use it in GitHub Desktop.
#usecase: remove pdf password, os: works in MacOS10+
#pre-requisite: brew install qpdf;
qpdf --password='file-password' --decrypt password-protected-file.pdf file-without-password.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment