Hi, I get that one starts text with contentStream.beginText() and ends text with contentStream.endText(). And I get that one gets a new page with doc .addPage(page). But when I use all this to print two pages, I end up with two pages each with the same text (the merge of the contents of the two pages). How can I clear the page contents for a new page? (I didn't see an example that printed two pages in the examples.)
Thanks! Blake McBride

