Skip to content

Instantly share code, notes, and snippets.

View theleveragedguess's full-sized avatar
💭
Technicals can take over the market temporarily, but fundamentals will win out.

Phi theleveragedguess

💭
Technicals can take over the market temporarily, but fundamentals will win out.
View GitHub Profile
@theleveragedguess
theleveragedguess / report_header_example.py
Created July 26, 2019 21:35 — forked from nenodias/report_header_example.py
Reportlab example with header
from io import BytesIO
from reportlab.lib.pagesizes import letter, A4
from reportlab.platypus import SimpleDocTemplate, Paragraph
from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle
from reportlab.lib.enums import TA_CENTER
from reportlab.lib.units import inch
from reportlab.pdfgen import canvas
from reportlab.lib.units import mm