Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neluckoff/pdf_converter

A small desktop application for working with PDF documents.
https://github.com/neluckoff/pdf_converter

decrypt-pdf docx encrypt-pdf pdf pdf-converter pdf2docx

Last synced: 25 days ago
JSON representation

A small desktop application for working with PDF documents.

Awesome Lists containing this project

README

        

# 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](https://github.com/py-pdf/PyPDF2), [pdf2docx](https://github.com/dothinking/pdf2docx)), one module for working with images ([Pillow](https://github.com/python-pillow/Pillow)) and a module for creating a desktop application ([Tkinter](https://github.com/ParthJadhav/Tkinter-Designer)) 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