You are on page 1of 1

zvyn / pdf-decrypt

Code Issues Pull requests Actions Projects Wiki Security Insights

master 1 branch 0 tags Go to file Add file Code About

Remove password-protection from a


zvyn Fix #2: Quote "$file" to allow spaces c3a4fc9 on 19 Nov 2018 14 commits PDF-document permanently.

.SRCINFO Change back, AUR doesn't like that. 6 years ago Readme

LICENSE.md Initial commit. 8 years ago View license

PKGBUILD Change back, AUR doesn't like that. 6 years ago

README.md Update README.md 8 years ago Releases

No releases published
pdf-decrypt.bash Fix #2: Quote "$file" to allow spaces 3 years ago

pdf-decrypt.desktop Initial commit. 8 years ago


Packages
pdf-decrypt.png Initial commit. 8 years ago
No packages published
pdf-decrypt.svg Initial commit. 8 years ago

README.md Contributors 2

zvyn Milan Oberkirch


PDF Decrypt Coehill

Removes password-protection from a PDF-document permanently.

Installation Languages

On Arch Linux simply do: Shell 100.0%

cd $(mktemp -d)
wget https://github.com/zvynar/pdf-decrypt/raw/master/PKGBUILD
makepkg
sudo pacman -U *.pkg.tar.xz

or

yaourt -S pdf-decrypt

Dependencies:

• qpdf, a PDF-transformation-program (pdf-decrypt is actually just a small wrapper of it).


• bash (what means: I use bash-features like extended test or function s)

The bash-file works out of the box, no installation needed. If you want to have it integrated in your desktop-
environment, you can use the desktop-file and icons. Remember to change the path in the .desktop-file if you
do not copy the files as follows:

• pdf-decrypt.bash -> /usr/bin/pdf-decrypt


• pdf-decrypt.desktop -> /usr/share/applications/pdf-decrypt.desktop
• pdf-decrypt.png -> /usr/share/pixmaps/pdf-decrypt.png

Usage

pdf-decrypt encrypted.pdf

The program will ask for a password and replace the encrypted PDF-file with an unencrypted version
preserving the content (including notes and comments inside the encrypted version).

You might also like