Need some clarification about some code.
am 09.03.2005 02:38:42 von Lindsay
This is a multi-part message in MIME format.
------=_NextPart_000_0021_01C524A4.EDC14530
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Hi, I have found some code that somebody put up about starting a new page
using pdflib.
The only question I have is what number should be used for the $pdf for the
end page and begin page for the next page, and also for the max_x, and
max_y.
I am trying to start a new page, but don't know how to.
I hope somebody can help me.
pdf_end_page($pdf);
pdf_begin_page($pdf, $max_x, $max_y);
Regards
Lindsay
------=_NextPart_000_0021_01C524A4.EDC14530
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
charset=3Dus-ascii">
Hi, I have =
found some code=20
that somebody put up about starting a new page using =
pdflib.
face=3DArial>
The only =
question I have is=20
what number should be used for the $pdf for the end page and begin page =
for the=20
next page, and also for the max_x, and max_y.
face=3DArial>
I am trying to =
start a new=20
page, but don't know how to.
face=3DArial>
I hope somebody =
can help=20
me.
pdf_end_page($pdf);
pdf_begin_page($pdf, $max_x, =
$max_y);
class=3D921233601-09032005>Regards
class=3D921233601-09032005>Lindsay
------=_NextPart_000_0021_01C524A4.EDC14530--
Re: Need some clarification about some code.
am 09.03.2005 02:48:57 von Michael Fuhr
On Wed, Mar 09, 2005 at 12:38:42PM +1100, Lindsay wrote:
> Hi, I have found some code that somebody put up about starting a new page
> using pdflib.
Are you sure you posted to the right mailing list? This is pgsql-php,
for using PostgreSQL with PHP. A list or newsgroup dedicated to
PDFlib or PHP in general would probably yield better results.
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
Re: Need some clarification about some code.
am 09.03.2005 02:50:44 von Christopher Kings-Lynne
What has this got to do with PostgreSQL?
Lindsay wrote:
>
> Hi, I have found some code that somebody put up about starting a new
> page using pdflib.
>
> The only question I have is what number should be used for the $pdf for
> the end page and begin page for the next page, and also for the max_x,
> and max_y.
>
> I am trying to start a new page, but don't know how to.
>
> I hope somebody can help me.
>
>
> pdf_end_page($pdf);
> pdf_begin_page($pdf, $max_x, $max_y);
>
> Regards
> Lindsay
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly
Re: Need some clarification about some code.
am 09.03.2005 03:00:10 von Lindsay
The reason why I asked is because I found a page where someone was talking
about it, so that is why I was asking.
I am truly sorry if I have posted this on the wrong page.
Here is the link that I have found that discussed about Pdflib
http://archives.postgresql.org/pgsql-php/2003-08/msg00099.ph p
That is why I just wanted clarification.
Regards
Lindsay
-----Original Message-----
From: pgsql-php-owner@postgresql.org [mailto:pgsql-php-owner@postgresql.org]
On Behalf Of Michael Fuhr
Sent: Wednesday, 9 March 2005 12:49 PM
To: Lindsay
Cc: pgsql-php@postgresql.org
Subject: Re: [PHP] Need some clarification about some code.
On Wed, Mar 09, 2005 at 12:38:42PM +1100, Lindsay wrote:
> Hi, I have found some code that somebody put up about starting a new
> page using pdflib.
Are you sure you posted to the right mailing list? This is pgsql-php, for
using PostgreSQL with PHP. A list or newsgroup dedicated to PDFlib or PHP
in general would probably yield better results.
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster