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

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.

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.

![GitHub language count](https://img.shields.io/github/languages/count/barandev/ZIP-to-PDF-Converter)
![GitHub repo size](https://img.shields.io/github/repo-size/barandev/ZIP-to-PDF-Converter)
[![License](https://img.shields.io/github/license/barandev/ZIP-to-PDF-Converter)](https://github.com/barandev/ZIP-to-PDF-Converter/blob/main/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/barandev/ZIP-to-PDF-Converter)](https://github.com/barandev/ZIP-to-PDF-Converter/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/barandev/ZIP-to-PDF-Converter)](https://github.com/barandev/ZIP-to-PDF-Converter/pulls)
[![GitHub stars](https://img.shields.io/github/stars/barandev/ZIP-to-PDF-Converter)](https://github.com/barandev/ZIP-to-PDF-Converter/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/barandev/ZIP-to-PDF-Converter)](https://github.com/barandev/ZIP-to-PDF-Converter/network)
### Created With [Lazy.AI](https://www.getlazy.ai)