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.
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.
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)