Skip to content

Instantly share code, notes, and snippets.

@sharuzzaman
Created August 14, 2021 12:08
Show Gist options
  • Save sharuzzaman/f24f256d4f46d6d6ce0df35cee66172b to your computer and use it in GitHub Desktop.
Save sharuzzaman/f24f256d4f46d6d6ce0df35cee66172b to your computer and use it in GitHub Desktop.
decrypt pdf file and save into new pdf file / remove pdf password
qpdf.exe --password=<password> --decrypt ./encrypted_pdf_file.pdf ./decrypted_pdf_file.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment