Skip to content

Instantly share code, notes, and snippets.

View therealshiggins's full-sized avatar

therealshiggins

View GitHub Profile
@therealshiggins
therealshiggins / decrypt-pdf.sh
Created June 29, 2022 13:35
Paperless-ngx pre-consume script for removing PDF password
#!/bin/bash
########################################
#
# Location of your secret passwords
# One password per line
#
PASSWORDS_FILE=/scripts/.passwords.txt
#
########################################