write to next-Page on PHP with Pdflib
am 27.08.2003 12:06:19 von Devi MunandarThis is a multi-part message in MIME format.
------=_NextPart_000_007A_01C36CBD.88B4E0C0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi All,
I have been making some report on PHP with Pdflib-5.0.1, so i have some pro=
blem. 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, ther=
e 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...?
Devi Munandar
Puslit Informatika - LIPI
E-mail : devi@informatika.lipi.go.id
------=_NextPart_000_007A_01C36CBD.88B4E0C0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
=20
Pdflib-5.0.1, so i have some problem. If I create single page=20
report On PHP with pdflib function..so far so good, but to Write from=
=20
First-Page to the next page..it doesn't work, there are still single page v=
iew=20
on PDF-reader.? so how to create many page if i have 100 record on Postgres=
ql=20
and i want view in three page continous..? There are any idea...? IV>
Puslit Informatika -=20
LIPI
E-mail : href=3D"mailto:devi@informatika.lipi.go.id">devi@informatika .lipi.go.id=
------=_NextPart_000_007A_01C36CBD.88B4E0C0--
Re: write to next-Page on PHP with Pdflib
am 28.08.2003 18:13:28 von Scott MarloweOn 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);
???
---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings