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

Reply via email to