https://github.com/blasteed/web-converter
A convenient online app that allows you to convert various types of files quickly and easily. Simply upload your file and select the desired format to get your conversion done in seconds.
https://github.com/blasteed/web-converter
app converter files python streamlit tools utils web webapp
Last synced: about 1 month ago
JSON representation
A convenient online app that allows you to convert various types of files quickly and easily. Simply upload your file and select the desired format to get your conversion done in seconds.
- Host: GitHub
- URL: https://github.com/blasteed/web-converter
- Owner: Blasteed
- License: mit
- Created: 2025-01-25T23:18:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T00:58:30.000Z (over 1 year ago)
- Last Synced: 2025-10-17T12:18:32.697Z (8 months ago)
- Topics: app, converter, files, python, streamlit, tools, utils, web, webapp
- Language: Python
- Homepage: https://webconverter.streamlit.app/
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDF to PNG Converter
A Streamlit application that converts PDF files to PNG images.
## Disclaimer
This app is intended for personal or educational purposes **only**. It is **not recommended** for commercial or professional use. It is **not intended** for handling sensitive data.
### Key Features
- Convert PDF files to PNG images
- Supports files up to 10MB in size
- Files are not stored, only buffered for processing
- Download individual images or all images as a zip file
### How it Works
1. Upload your PDF file
2. The application will convert the PDF to PNG images
3. Download the images individually or as a zip file
### Privacy
Your files are not stored on the servers. They are only buffered for processing and deleted after conversion. It respects your privacy and does not collect or store any data.
### Limitations
- Maximum file size: 10MB
- Only PDF files are supported (at the moment)
### Usage
Simply upload your PDF file and follow the prompts to download your converted images.
### License
The product is licensed under the MIT License
### Credits
- [zipfile](https://github.com/python/cpython/tree/3.13/Lib/zipfile/)
- [Streamlit](https://streamlit.io/)
- [pdf2image](https://github.com/Belval/pdf2image)