https://github.com/barandev/zip-to-pdf-converter
Web app converting documents in ZIP to PDFs with download links. Easy deployment & customization.
https://github.com/barandev/zip-to-pdf-converter
conversion download flask template web-application web-development zip-to-pdf
Last synced: 3 months ago
JSON representation
Web app converting documents in ZIP to PDFs with download links. Easy deployment & customization.
- Host: GitHub
- URL: https://github.com/barandev/zip-to-pdf-converter
- Owner: BaranDev
- License: mit
- Created: 2024-02-27T02:36:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T09:15:43.000Z (over 2 years ago)
- Last Synced: 2024-04-04T10:30:48.960Z (over 2 years ago)
- Topics: conversion, download, flask, template, web-application, web-development, zip-to-pdf
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File Structure Converter
This is a template repository for a web application that converts a ZIP file containing documents into PDF files and provides download links for each PDF.
## Usage
1. **Clone Repository:** Clone this repository to your local machine.
2. **Install Dependencies:** Make sure you have Python and Flask installed. You can install Flask using pip:
3. **Run the Application:** Execute the `main.py` script to start the Flask application:
4. **Access the Web Interface:** Open your web browser and navigate to `http://localhost:8080` to access the application.
5. **Upload ZIP File:** Choose a ZIP file containing documents using the provided form and submit it.
6. **Conversion Process:** The application will convert the documents in the ZIP file to PDF format.
7. **Download PDFs:** After conversion, the application will display download links for each PDF file. Click on the "Download" links to download the PDFs.
## Customization
You can customize the application according to your needs:
- **UI Modifications:** Modify the `index.html` file to change the appearance or layout of the web interface.
- **Backend Logic:** Adjust the logic in `main.py` to add additional features or customize the conversion process.
- **Styling:** Add CSS stylesheets to enhance the visual appeal of the application.


[](https://github.com/barandev/ZIP-to-PDF-Converter/blob/main/LICENSE)
[](https://github.com/barandev/ZIP-to-PDF-Converter/issues)
[](https://github.com/barandev/ZIP-to-PDF-Converter/pulls)
[](https://github.com/barandev/ZIP-to-PDF-Converter/stargazers)
[](https://github.com/barandev/ZIP-to-PDF-Converter/network)
### Created With [Lazy.AI](https://www.getlazy.ai)