Leela Venkatesh Atchutha
Backend Engineer
Azure Functions
Python
Other
npm i -g azure-functions-core-tools@4 --unsafe-perm true
git clone https://github.com/alvenkatesh100/Pdf_generator.git cd azure-function-pdf
python -m venv venv .\venv\Scripts\activate
pip install -r requirements.txt
func start
POST http://localhost:7071/api/PdfGeneratorFunction JSON body: { "title": "Invoice", "name": "John Doe", "amount": "$100" }
Posted Sep 21, 2025
Azure Function generates PDFs from JSON input using ReportLab.
0
Backend Developer | Django & FastAPI