Re: GnomePrintContext and gnome_print_begin_page

Jody Goldberg <[email protected]> Fri, 20 May 2005 09:31:11 -0400
Newsgroups gmane.comp.gnome.print
Message-ID <[email protected]>
On Fri, May 20, 2005 at 03:09:49PM +0530, Abhishek Samuel wrote:
> On 5/19/05, Jody Goldberg <[email protected]> wrote:
> > On Thu, May 19, 2005 at 01:09:54PM +0530, Abhishek Samuel wrote:
> > > hi ppl
> > >
> > > I have made a format on the first page of my printing material which i
> > > want available in all forthcoming pages. Its like a format. So how do
> > > i do this?
> > I do not understand the question.
> > 
> 
> I am wanting to print a report that im generating. I want this report
> to have a very specific look and design for all pages. I have done
> this for my first page. How do i get the same format for the remaining
> pages too.
> Right now i am running the same piece of code in a for loop for all
> pages. Is there any other way.

No, you need to rerun the same code for each page.  gnome-print has
no notion of stored procedures at this time.