PDF decryption
This commit is contained in:
parent
4ed0d886d3
commit
c48337fdc6
1 changed files with 4 additions and 0 deletions
4
how_to
4
how_to
|
@ -287,6 +287,10 @@ PDF :
|
||||||
Master PDF Editor (free version):
|
Master PDF Editor (free version):
|
||||||
https://code-industry.net/free-pdf-editor/
|
https://code-industry.net/free-pdf-editor/
|
||||||
trizen -S masterpdfeditor
|
trizen -S masterpdfeditor
|
||||||
|
Decrypt pdf files:
|
||||||
|
# For example when pdftk spews this error:
|
||||||
|
# `Error: Invalid PDF: unknown.encryption.type.r`
|
||||||
|
qpdf --decrypt input.pdf output.pdf
|
||||||
|
|
||||||
D-Bus :
|
D-Bus :
|
||||||
To reload service files /usr/share/dbus-1/services/
|
To reload service files /usr/share/dbus-1/services/
|
||||||
|
|
Loading…
Reference in a new issue