Skip to main content

Remove passwords from PDF documents

Project description

Author:

Hartmut Goebel <h.goebel@crazy-compilers.com>

Version:
Version 0.1
Licence:

GNU Affero General Public License v3 or later (AGPLv3+)

Homepage:

https://pdfdecrypt.readthedocs.io/

pdfdecrypt is a command line tool and a Python library to remove passwords from PDF documents. It will read the encrypted document, ask for the password and write the decrypted document without touching any internal structure.

Requirements when Installating from Source

If you want to install pdfdecrypt from source, make sure you have the following software installed:

Hints for installing on Windows:

Following the links above you will find .msi and .exe-installers. Simply install them and continue with installing pdfdecrypt.

Hints for installing on GNU/Linux:

Most current GNU/Linux distributions provide packages for the requirements. Look for packages names like python-pypdf2. Simply install them and continue with installing pdfdecrypt.

Hint for installing on other platforms:

Many vendors provide Python. Please check your vendors software repository. Otherwise please download Python 3.8 (or any higher version from the 3.x series) from http://www.python.org/download/ and follow the installation instructions there.

If the commands below fail due to module pip not found, please install it using:

python -m ensurepip

Installing pdfdecrypt

If your system has network access installing pdfdecrypt is a breeze:

pip install pdfdecrypt

If you downloaded and unpacked pdfdecrypt just run:

python -m pip install .

Without network access download pdfdecrypt from http://pypi.python.org/pypi/pdfdecrypt and run:

pip install pdfdecrypt-*.tar.gz

For more details like custom installation locations please refer to the official end user guide for installing Python packages.

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdfdecrypt-1.0.tar.gz (41.1 kB view hashes)

Uploaded Source

Built Distribution

pdfdecrypt-1.0-py2.py3-none-any.whl (22.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page