Re: write to next-Page on PHP with Pdflib

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: write to next-Page on PHP with Pdflib
Дата
Msg-id Pine.LNX.4.33.0308281011430.4363-100000@css120.ihs.com
обсуждение исходный текст
Ответ на write to next-Page on PHP with Pdflib  ("Devi Munandar" <devi@informatika.lipi.go.id>)
Список 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);

???


В списке pgsql-php по дате отправления:

Предыдущее
От: CoL
Дата:
Сообщение: Re: mysql to pgsql
Следующее
От: Andrei Verovski (aka MacGuru)
Дата:
Сообщение: Get last serial (autoincrement) value