Logo weiter nach oben rechts verschoben (x=155, y=8)

This commit is contained in:
Erik Thiele
2026-07-02 15:24:23 +02:00
parent 93885cd791
commit 0241816252

2
app.py
View File

@@ -273,7 +273,7 @@ def invoice_pdf():
logo_name = config.get('logo', '')
logo_path = os.path.join('static', logo_name) if logo_name else ''
if logo_name and os.path.exists(logo_path):
pdf.image(logo_path, x=145, y=10, w=40)
pdf.image(logo_path, x=155, y=8, w=40)
else:
pdf.set_font("Arial", "B", 18)
pdf.set_xy(150, 15)