I am writing an application to create line graphics with text for multi-page output to a graphic file (png/jpg) or pdf.

Two questions:

1. Should I do each page as a separate graphic/image ?
2. What are the advantages/disadvantages of using either the GraphicsView system or Paint system to do this ?

Thanks.