/pdf_converter

A small desktop application for working with PDF documents.

Primary LanguagePython

A small desktop application for working with PDF documents.

The application was created in order to avoid working with sites on the Internet. Time is a precious resource and I don't want to waste it sitting for 5 minutes waiting for the ad to end.

GitHub code size in bytes GitHub forks GitHub stars

When developing the program, 2 modules for working with PDF files (PyPDF2, pdf2docx), one module for working with images (Pillow) and a module for creating a desktop application (Tkinter) were used.

What the program can do

PDF Converter:

  • Get information about a PDF file
  • Convert PDF to DOCX
  • Delete page from PDF
  • Select one page from PDF
  • Merge two PDF files
  • Encrypt PDF file
  • Decrypt PDF file

Image Converter:

  • Convert any number of images to PDF file (*.jpg, *.png, *.jpeg)

Photos of using the program