A ready python tool to implement the extraction of images from the pdf and encryption or decryption of PDF and much more.
- Improved UI with Colorama.
- Fixes major bug in deleting the pages of the PDF.
- Added code to add a suffix ".pdf" to be added by default if the user has not given on input.
- Added requirements.txt to the repository for the installation of prerequisites to increase user convenience.
- Minor code changes.
- Encryption or Decryption of PDF.
- Image extraction from the PDF.
- Rotating pages of the PDF.
- Splitting each page of PDF into separate PDF.
- Deleting the Pages of the PDF.
- Python (3.8.0)
- Open Terminal and locate to the directory of the folder containing the Script and other files.
- Type
pip install -r requirements.txt
in the terminal to download all the modules needed to run the Script. - Execute
python "PDF Tools.py"
from the Terminal to run the script with Python 3.
- It can be useful in Machine Learning Purposes for extracting the images.
- It can be useful in Encrypting or Decrypting your document in offline without exposing it to Internet.
- It can be useful in PDF editing purposes.
Developing the GUI for the script using the Tkinter
This project is licensed under the MIT License - see the LICENSE file for details.
- The author of the pikepdf.
- Inspiration.
- To anyone who uses my code.