Re: write to next-Page on PHP with Pdflib

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Devi Munandar <devi(at)informatika(dot)lipi(dot)go(dot)id>
Cc: <pgsql-php(at)postgresql(dot)org>
Subject: Re: write to next-Page on PHP with Pdflib
Date: 2003-08-28 16:13:28
Message-ID: Pine.LNX.4.33.0308281011430.4363-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

On Wed, 27 Aug 2003, Devi Munandar wrote:

> Hi All,
>
> I have been making some report on PHP with Pdflib-5.0.1, so i have some
> problem. If I create single page report On PHP with pdflib function..so
> far so good, but to Write from First-Page to the next page..it doesn't
> work, there are still single page view on PDF-reader.? so how to create
> many page if i have 100 record on Postgresql and i want view in three
> page continous..? There are any idea...?

I use pdflib to print the company phonebook where I work, and it's 76
pages, so I'm not sure what's failing here.

Are you using something like this to go to the next page:

pdf_end_page($pdf);
pdf_begin_page($pdf, $max_x, $max_y);

???

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Andrei Verovski (aka MacGuru) 2003-09-01 10:34:32 Get last serial (autoincrement) value
Previous Message Gerd Terlutter 2003-08-28 10:02:25 Re: mysql to pgsql