A simple web application that converts text to PDF files using Flask and FPDF.
- Clean, modern user interface with gradient backgrounds and animations
- Simple text input area for content
- Instant PDF generation
- Easy download option
- Responsive design that works on all devices
- Python 3.x
- Flask
- FPDF
- Other dependencies listed in
requirements.txt
- Clone the repository:
git clone https://github.com/KvngRagnar/text2PDF.git
cd text2PDF- Install the required packages:
pip install -r requirements.txt- Start the Flask server:
python app.py- Open your web browser and navigate to:
http://localhost:5000
- Enter or paste your text in the input area
- Click "Generate PDF"
- Download your PDF file
text2pdf-main/
│
├── app.py # Main Flask application
├── requirements.txt # Project dependencies
│
└── templates/
├── index.html # Main page template
├── result.html # Download page template
│
└── static/
└── css/
└── style.css # Stylesheet
This project is open source and available for anyone to use and modify.
- KvngRagnar
Contributions, issues, and feature requests are welcome!