Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/neluckoff/pdf_converter
- Owner: neluckoff
- Created: 2022-07-10T15:16:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T11:31:04.000Z (over 2 years ago)
- Last Synced: 2023-03-10T02:23:00.488Z (almost 2 years ago)
- Topics: decrypt-pdf, docx, encrypt-pdf, pdf, pdf-converter, pdf2docx
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
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