Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

PDF-Toolkit

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

Backend: Python

• pdfplumber module
• tempfile module
• csv module
• PyPDF2 module (PdfReader, PdfWriter, PdfMerger functions)

Frontend and GUI:

- Streamlit

About

PDF Toolkit - Tool that performs various functions on a PDF

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages