ReportLab Halaman Ukuran A4

from reportlab.lib.pagesizes import A4
canvas = Canvas("A4pdf.pdf", pagesize=A4)
MitchAloha