mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Use passwords when reading PDFs
This commit is contained in:
@ -595,8 +595,12 @@ Docpell Update Check
|
||||
# docspell needs to read it. It also requires to specify a
|
||||
# password here. All passwords are tried when reading a PDF.
|
||||
#
|
||||
# This is enabled by default, using an empty password list. This
|
||||
# This is enabled by default with an empty password list. This
|
||||
# removes protection from PDFs, which is better for processing.
|
||||
#
|
||||
# Passwords can be given here and each collective can maintain
|
||||
# their passwords as well. But if the `enabled` setting below is
|
||||
# `false`, then no attempt at decrypting is done.
|
||||
decrypt-pdf = {
|
||||
enabled = true
|
||||
passwords = []
|
||||
|
Reference in New Issue
Block a user