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
- Host: GitHub
- URL: https://github.com/leodeveloper/execel-to-pdf
- Owner: leodeveloper
- Created: 2024-06-04T12:40:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T13:13:10.000Z (almost 2 years ago)
- Last Synced: 2024-06-24T14:48:39.741Z (almost 2 years ago)
- Topics: excel, excel-export, pdf, python, streamlit
- Language: Python
- Homepage: https://excel-to-pdf.streamlit.app/
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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