Relevé bancarie generator — v2 (server-side generation)
Files:
- app.py : Flask app. Runs a server with / (admin page) and /generate endpoint.
- template.pdf : original PDF used as background (kept unchanged).
- requirements.txt : pip dependencies.

Run:
1) pip install -r requirements.txt
2) python app.py
3) Open http://localhost:5000 in your browser.
4) Edit fields and click "⤓ توليد PDF" — browser will download the generated PDF immediately.

If the PDF does not download, make sure you run the Flask app and access the page via http://localhost:5000 (not opening the HTML file directly).
