I've had great success creating PDF files with iText 0.83
Here's my question:
I want to create a PDF file that contains multiple pages.
I need to draw 17 lines of text on page 1, 17 lines of text on page 2, and 6 lines of text on page 3.
I know how to draw the text on page 1.
How do I "move" to page 2, 3, etc?
I know that the PdfDocument has a method called "getPageNumber".
Is there an equivalent "setPageNumber" function?
I'm not very knowledgeable about the PDF file format.
-Sean
