https://github.com/appleboiy/pdf2png
pdf-to-png converter app
https://github.com/appleboiy/pdf2png
Last synced: 3 months ago
JSON representation
pdf-to-png converter app
- Host: GitHub
- URL: https://github.com/appleboiy/pdf2png
- Owner: AppleBoiy
- License: mit
- Created: 2024-07-24T11:52:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T12:57:23.000Z (11 months ago)
- Last Synced: 2025-04-05T17:38:01.991Z (3 months ago)
- Language: HTML
- Homepage: https://pdf2png-pnoy.onrender.com
- Size: 135 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 Flask app to upload PDFs, convert them to PNG images, and download the images.

## Quick Start
1. **Clone the repo** and navigate to the directory.
2. **Set up a virtual environment** and install dependencies:
```bash
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
3. **Create `uploads` and `converted` folders**.
4. **Run the app**:
```bash
python app.py
```Access the app at `http://127.0.0.1:5000/`.
## Endpoints
- **`GET /upload`**: Shows upload page.
- **`POST /conv`**: Upload and convert PDFs.
- **`GET /img//.png`**: Download converted PNG images.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.