RE: [PHP] PHP and PDF

2003-09-18 Thread Javier Tacon

Try with the pdf classes in http://www.ros.co.nz/pdf/


-Mensaje original-
De: Paulo Nunes [mailto:[EMAIL PROTECTED]
Enviado el: jueves, 18 de septiembre de 2003 14:59
Para: [EMAIL PROTECTED]
Asunto: [PHP] PHP and PDF
Importancia: Baja


I ve been trying to use the PDF function to create/read PDF files, but i ve
many problems.
Can anyone give a clue how can i create/read PDF files with PHP?
Thanks...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] PHP and PDF

2003-09-18 Thread Jay Blanchard
[snip]
I ve been trying to use the PDF function to create/read PDF files, but i
ve
many problems.
Can anyone give a clue how can i create/read PDF files with PHP?
Thanks...
[/snip]

Look for clues here http://us4.php.net/PDF and here
http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=PHP+and+PDF then
if you still don't have a clue come back and we'll get you some more.

Have a pleasant and educational day.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP and PDF

2002-07-01 Thread Richard Lynch

>Would like to see a decent example of PHP/PDF creation anyway...

Depending on how you define "decent"... :-)

Rasmus' trivial samples in his talks at http://conf.php.net are nice and
simplistic, so you can verify that the damn thing works.  These are great,
IMNSHO.

If you want a "real" example, try this:

http://uncommonground.com/events.htm
http://uncommonground.com/events.pdf
http://uncommonground.com/events.phps

The .phps URL is sym-linked to the PDF file, not the HTM file. :-)

YMMV.

-- 
Like Music?  http://l-i-e.com/artists.htm


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: RE: [PHP] PHP and PDF

2002-07-01 Thread Gregory Hernandez

hello again.

thanks for the responses so far.

let me change something from my prevoius post.  

let's say that i'm using an existing pdf form (i won't be creating a
new one), is it still possible to use php to update a number that'll be
printed on the pdf form each time it is accessed?

again, thanks in advance.

gregory
[EMAIL PROTECTED]




>>> "Brian McGarvie" <[EMAIL PROTECTED]> - 7/1/02 11:50
AM >>>
Actually I just for a brilliant Free PDF library...

www.fpdf.org

Excellent tutorials/docs...

Use PHP to dynamically generate your forms and include any info you
wish from a database i.e. the ID and so on...

> -Original Message-
> From: Gregory Hernandez [mailto:[EMAIL PROTECTED]]
> Sent: 01 July 2002 4:25 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] PHP and PDF
> 
> 
> hello everyone--
> 
> i'd like to know if this can be solved with php.
> 
> i'll be creating a pdf form that'll be downloaded, filled and turned
> in.
> the form must have a unique NUMBER printed on it each time it is
> downloaded.
> 
> i'd like to use php to update this NUMBER (ie. counter + 1) each
time
> the form is
> accessed, and automatically print this NUMBER on the form that sits
on
> the server.
> 
> is this possible?
> 
> thanks in advance.
> 
> 
> gregory
> [EMAIL PROTECTED]
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] PHP and PDF

2002-07-01 Thread Brian McGarvie

if you're creating the form using PHP's PDF functions all you'd need to to is generate 
the number and add it using whatever command to add a line of text to the PDF 
document...

Don't ask me how.. not used it yet personally.

Would like to see a decent example of PHP/PDF creation anyway...

> -Original Message-
> From: Gregory Hernandez [mailto:[EMAIL PROTECTED]]
> Sent: 01 July 2002 4:25 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] PHP and PDF
> 
> 
> hello everyone--
> 
> i'd like to know if this can be solved with php.
> 
> i'll be creating a pdf form that'll be downloaded, filled and turned
> in.
> the form must have a unique NUMBER printed on it each time it is
> downloaded.
> 
> i'd like to use php to update this NUMBER (ie. counter + 1) each time
> the form is
> accessed, and automatically print this NUMBER on the form that sits on
> the server.
> 
> is this possible?
> 
> thanks in advance.
> 
> 
> gregory
> [EMAIL PROTECTED]
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] PHP and PDF?????

2002-04-11 Thread lmlweb

I did a simple search at sourceforge.net, and got this link. Try this link
instead:

http://sourceforge.net/projects/pc4p/


"Jason Caldwell" <[EMAIL PROTECTED]> wrote in message
001701c1e1b9$784c7300$0202a8c0@cosmos">news:001701c1e1b9$784c7300$0202a8c0@cosmos...
> Thanks for the response... I don't think the link you gave is working --
is
> there another?
>
> Jason
>
>
> - Original Message -
> From: "Jason Wong" <[EMAIL PROTECTED]>
> Newsgroups: php.general
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, April 11, 2002 1:57 PM
> Subject: Re: [PHP] PHP and PDF?
>
>
> > On Friday 12 April 2002 03:44, Jason Caldwell wrote:
> > > Does anyone have any *simple* examples of how I can go about taking a
> text
> > > file and converting it to a PDF using PHP's PDF functions?  Looking at
> the
> > > documentation (http://www.php.net/manual/en/ref.pdf.php on php) on the
> PDF
> > > functions is a bit confusing...
> > >
> > > I just want to take a text file and convert it to a PDF file, just
that
> > > simple (I hope) :-)
> >
> > There's a nice class at http://pc4p.sourceforge.net which makes the PDF
> > functions a lot easier to use.
> >
> > --
> > Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
> > Open Source Software Systems Integrators
> > * Web Design & Hosting * Internet & Intranet Applications Development *
> >
> > /*
> > Man has never reconciled himself to the ten commandments.
> > */
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] PHP and PDF?????

2002-04-11 Thread Jason Caldwell

Thanks for the response... I don't think the link you gave is working -- is
there another?

Jason


- Original Message -
From: "Jason Wong" <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 11, 2002 1:57 PM
Subject: Re: [PHP] PHP and PDF?


> On Friday 12 April 2002 03:44, Jason Caldwell wrote:
> > Does anyone have any *simple* examples of how I can go about taking a
text
> > file and converting it to a PDF using PHP's PDF functions?  Looking at
the
> > documentation (http://www.php.net/manual/en/ref.pdf.php on php) on the
PDF
> > functions is a bit confusing...
> >
> > I just want to take a text file and convert it to a PDF file, just that
> > simple (I hope) :-)
>
> There's a nice class at http://pc4p.sourceforge.net which makes the PDF
> functions a lot easier to use.
>
> --
> Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
> Open Source Software Systems Integrators
> * Web Design & Hosting * Internet & Intranet Applications Development *
>
> /*
> Man has never reconciled himself to the ten commandments.
> */


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] PHP and PDF?????

2002-04-11 Thread Jason Wong

On Friday 12 April 2002 03:44, Jason Caldwell wrote:
> Does anyone have any *simple* examples of how I can go about taking a text
> file and converting it to a PDF using PHP's PDF functions?  Looking at the
> documentation (http://www.php.net/manual/en/ref.pdf.php on php) on the PDF
> functions is a bit confusing...
>
> I just want to take a text file and convert it to a PDF file, just that
> simple (I hope) :-)

There's a nice class at http://pc4p.sourceforge.net which makes the PDF 
functions a lot easier to use.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Man has never reconciled himself to the ten commandments.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] PHP and PDF?????

2002-04-11 Thread Richard Baskett

Try looking at fpdf, which can be found at fpdf.org.  I have used it for a
couple things and it works beautifully.

Cheers!

Rick

"It is better to have loved and lost than to never have loved at all." -
Unknown

> From: "Jason Caldwell" <[EMAIL PROTECTED]>
> Date: Thu, 11 Apr 2002 12:44:10 -0700
> To: [EMAIL PROTECTED]
> Subject: [PHP] PHP and PDF?
> 
> Does anyone have any *simple* examples of how I can go about taking a text
> file and converting it to a PDF using PHP's PDF functions?  Looking at the
> documentation (http://www.php.net/manual/en/ref.pdf.php on php) on the PDF
> functions is a bit confusing...
> 
> I just want to take a text file and convert it to a PDF file, just that
> simple (I hope) :-)
> 
> Thanks.
> Jason
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php