write to next-Page on PHP with Pdflib

This 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 [at] informatika.lipi.go.id

------=_NextPart_000_007A_01C36CBD.88B4E0C0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.3502.5390" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi All,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>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 v=
iew
on PDF-reader.? so how to create many page if i have 100 record on Postgres=
ql
and i want view in three page continous..? There are any idea...?</FONT></D=
IV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>Devi Munandar<BR>Puslit Informatika -
LIPI<BR>E-mail : <A
href=3D"mailto:devi [at] informatika.lipi.go.id">devi [at] informatika .lipi.go.id</A>=
</FONT></DIV></BODY></HTML>

------=_NextPart_000_007A_01C36CBD.88B4E0C0--
Devi Munandar [ Mi, 27 August 2003 12:06 ] [ ID #46548 ]

Re: write to next-Page on PHP with Pdflib

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);

???


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings
Scott Marlowe [ Do, 28 August 2003 18:13 ] [ ID #46552 ]
Datenbanken » gmane.comp.db.postgresql.php » write to next-Page on PHP with Pdflib

Vorheriges Thema: Get last serial (autoincrement) value
Nächstes Thema: mysql to pgsql