This project is a FastAPI-based web service for generating invoice PDFs dynamically. It uses ReportLab for PDF creation and Pydantic for data validation. invoice pdf/ ├── main.py # FastAPI app with ...