[PHP] RE: php-general Digest 17 Oct 2005 10:35:46 -0000 Issue 3742

2005-10-17 Thread Aftab Alam
hi,
any one can help me

i want to generate Pdf file using php.
how can i  what tools is required for this.

 




Regards, 
  _  

Aftab Alam 




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Monday, October 17, 2005 4:06 PM
To: php-general@lists.php.net
Subject: php-general Digest 17 Oct 2005 10:35:46 - Issue 3742



php-general Digest 17 Oct 2005 10:35:46 - Issue 3742

Topics (messages 224207 through 224218):

Funky array question
224207 by: Brian Dunning
224209 by: Minuk Choi
224210 by: Jordan Miller
224211 by: Jordan Miller
224212 by: Jordan Miller

Re: editor
224208 by: yangshiqi1089

a couple of problems with PHP form
224213 by: Bruce Gilbert
224218 by: Mark Rees

Re: OPTIMIZING - The fastest way to open and show a file
224214 by: Ruben Rubio Rey
224215 by: Ruben Rubio Rey
224216 by: ac

can't get IIS to run php if the script is not directly under wwwroot
224217 by: tony yau

Administrivia:

To subscribe to the digest, e-mail:
[EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]

To post to the list, e-mail:
php-general@lists.php.net


--

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



Re: [PHP] RE: php-general Digest 17 Oct 2005 10:35:46 -0000 Issue 3742

2005-10-17 Thread Ravi
I just had a small doubt..Is it possible to write JavaScript through PHP???

On 10/17/05, Aftab Alam [EMAIL PROTECTED] wrote:
 hi,
 any one can help me

 i want to generate Pdf file using php.
 how can i  what tools is required for this.






 Regards,
   _

 Aftab Alam




 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]
 Sent: Monday, October 17, 2005 4:06 PM
 To: php-general@lists.php.net
 Subject: php-general Digest 17 Oct 2005 10:35:46 - Issue 3742



 php-general Digest 17 Oct 2005 10:35:46 - Issue 3742

 Topics (messages 224207 through 224218):

 Funky array question
 224207 by: Brian Dunning
 224209 by: Minuk Choi
 224210 by: Jordan Miller
 224211 by: Jordan Miller
 224212 by: Jordan Miller

 Re: editor
 224208 by: yangshiqi1089

 a couple of problems with PHP form
 224213 by: Bruce Gilbert
 224218 by: Mark Rees

 Re: OPTIMIZING - The fastest way to open and show a file
 224214 by: Ruben Rubio Rey
 224215 by: Ruben Rubio Rey
 224216 by: ac

 can't get IIS to run php if the script is not directly under wwwroot
 224217 by: tony yau

 Administrivia:

 To subscribe to the digest, e-mail:
 [EMAIL PROTECTED]

 To unsubscribe from the digest, e-mail:
 [EMAIL PROTECTED]

 To post to the list, e-mail:
 php-general@lists.php.net


 --

 --
 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] RE: php-general Digest 17 Oct 2005 10:35:46 -0000 Issue 3742

2005-10-17 Thread Jordan Miller
if you have compiled php with pdflib support, you can do this fairly  
easily. see the manual:


http://www.php.net/pdf

Jordan


On Oct 17, 2005, at 6:06 AM, Aftab Alam wrote:


hi,
any one can help me

i want to generate Pdf file using php.
how can i  what tools is required for this.






Regards,
  _

Aftab Alam




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Monday, October 17, 2005 4:06 PM
To: php-general@lists.php.net
Subject: php-general Digest 17 Oct 2005 10:35:46 - Issue 3742



php-general Digest 17 Oct 2005 10:35:46 - Issue 3742

Topics (messages 224207 through 224218):

Funky array question
224207 by: Brian Dunning
224209 by: Minuk Choi
224210 by: Jordan Miller
224211 by: Jordan Miller
224212 by: Jordan Miller

Re: editor
224208 by: yangshiqi1089

a couple of problems with PHP form
224213 by: Bruce Gilbert
224218 by: Mark Rees

Re: OPTIMIZING - The fastest way to open and show a file
224214 by: Ruben Rubio Rey
224215 by: Ruben Rubio Rey
224216 by: ac

can't get IIS to run php if the script is not directly under wwwroot
224217 by: tony yau

Administrivia:

To subscribe to the digest, e-mail:
[EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]

To post to the list, e-mail:
php-general@lists.php.net


--

--
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] RE: php-general Digest 17 Oct 2005 10:35:46 -0000 Issue 3742

2005-10-17 Thread Richard Lynch
On Mon, October 17, 2005 6:06 am, Aftab Alam wrote:
 i want to generate Pdf file using php.
 how can i  what tools is required for this.

One way is to start here:
http://php.net/pdf


-- 
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: [PHP] RE: php-general Digest 17 Oct 2005 10:35:46 -0000 Issue 3742

2005-10-17 Thread Ben

Richard Lynch said the following on 10/17/05 13:14:

On Mon, October 17, 2005 6:06 am, Aftab Alam wrote:


i want to generate Pdf file using php.
how can i  what tools is required for this.



One way is to start here:
http://php.net/pdf




When reading the above link note the last sentence under the 
Installation heading.  You want to install the pdflib extension using 
PEAR with the command:

pear install pdflib

Once you've done that edit your php.ini and make sure it includes the line:
extension=pdf.so

Then restart your web server.

- Ben

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