Skip to content

ambrosrono/PDF-Encryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Encrypting a PDF

The code will help to encrypt the PDF with a password. A new encrypted PDF will be created.

Installation

  • Install Python to your system.

  • Install the module PYPDF2

  • Do it by typing this on Power Shell (for Windows) or Bash (for Linux)

pip install PyPDF2

Now you are ready to run the code

Note:

  • Create any folder and copy the encryptPDF.py file in that folder and also make sure that the PDF to be encrypted is in that same folder.

Time to execute the code!!

  • Open the encryptPDF.py file i.e run it.
  • Give the name of the folder and other instructions asked.

Contributions

  • I welcome any contributions!
  • Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
  • Please make sure to update tests as appropriate.

About

The code will help to encrypt the PDF with a password. A new encrypted PDF will be created.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages