mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-15 20:02:15 +01:00
fix(pdgengines): encrypt behavior accross different engines
This commit is contained in:
@@ -27,6 +27,10 @@ var (
|
||||
// ErrPdfEncryptionNotSupported is returned when encryption
|
||||
// is not supported by the PDF engine.
|
||||
ErrPdfEncryptionNotSupported = errors.New("encryption not supported")
|
||||
|
||||
// ErrPdfEngineEncryptionPasswordsNotSupported is returned when provided
|
||||
// passwords are not supported by the PDF engine.
|
||||
ErrPdfEngineEncryptionPasswordsNotSupported = errors.New("passwords not supported")
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user