This is my final project for the course 'Python for Computational Problem Solving' in Semester 1.
PDF Toolkit allows the user to perform the following functions on PDF files:
- extract tables from a PDF file into an excel file
- extract images from a PDF file
- split a PDF file page-wise into separate PDF files
- merge more than one PDF into a single PDF file
- add password protection to a PDF file
- remove password protection from a PDF file
• tempfile module
• csv module
• PyPDF2 module (PdfReader, PdfWriter, PdfMerger functions) - Streamlit