I need to generate a 2 pages pdf report. Pages are completely independent. tried using:
mycanvas.drawString(x, y, \"Printing on Page 1\") mycanvas._pageNumer = 2
Just call mycanvas.showPage() once page 1 is done -- this way, the rest of the output goes to page 2. See the docs.
mycanvas.showPage()