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

https://github.com/leodeveloper/execel-to-pdf

Convert excel into pdf
https://github.com/leodeveloper/execel-to-pdf

excel excel-export pdf python streamlit

Last synced: about 1 year ago
JSON representation

Convert excel into pdf

Awesome Lists containing this project

README

          

![Application Screenshot](https://github.com/leodeveloper/execel-to-pdf/blob/main/excel%20to%20pdf%20streamlit.png)

# PDF Form Filler with Streamlit

This Streamlit application allows you to fill out a PDF form using data from an Excel file. The application reads the data from the Excel file, fills the PDF template, and provides download links for each generated PDF.

## Features

- Upload an Excel file with data.
- Upload a PDF template to be filled.
- Generate filled PDFs for each row in the Excel file.
- Download the generated PDFs directly from the application.

## Installation

1. **Clone the repository**:
```bash
git clone https://github.com/leodeveloper/execel-to-pdf
cd execel-to-pdf