[PHP] How to convert the text file into pdf file in php

2002-10-16 Thread Jack

Dear all
I want to make a script which will ask php to convert the source file into
pdf file format n then save it to somewhere else, but i don't know if php
can do such thing, so could you pls help me on this?
Thx a lot
Jack



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




RE: [PHP] How to convert the text file into pdf file in php

2002-10-16 Thread Simon Taylor

Jack,
This is in the manual under pdf functions and you will need this library.
http://www.pdflib.com/pdflib/index.html
Cheers
Simon

-Original Message-
From: Jack [mailto:[EMAIL PROTECTED]] 
Sent: 16 October 2002 10:56
To: [EMAIL PROTECTED]
Subject: [PHP] How to convert the text file into pdf file in php


Dear all
I want to make a script which will ask php to convert the source file into
pdf file format n then save it to somewhere else, but i don't know if php
can do such thing, so could you pls help me on this? Thx a lot Jack



-- 
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] How to convert the text file into pdf file in php

2002-10-16 Thread Jason Wong

On Wednesday 16 October 2002 16:56, Jack wrote:
 Dear all
 I want to make a script which will ask php to convert the source file into
 pdf file format n then save it to somewhere else, but i don't know if php
 can do such thing, so could you pls help me on this?

If you've compiled PHP with support for PDFLib then, yes, you can use PHP to 
convert text to PDF. But rather than using the built-in pdf functions 
directly it would be much easier to use one of the several classes available 
(search google).

In addition, there are at least two classes available that can generate PDF 
without using PDFLib. Again search google.

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

/*
Stupidity is its own reward.
*/


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