Add page break to Reportlab Canvas object Add page break to Reportlab Canvas object python python

Add page break to Reportlab Canvas object


Just call mycanvas.showPage() once page 1 is done -- this way, the rest of the output goes to page 2. See the docs.