Don't have sample code handy, but you'd create a new Word, Excel or
Powerpoint object (depending), and use the print methods of those objects to
send it to Distiller.

"Kumar" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> Hi All,
>
>     Installed Apache, PHP, Office and Adobe Distiller
>
> on Win2000 Professional.
>
>
> By using
>
> $pdf = new COM("pdfdistiller.pdfdistiller.1");
>
> $pdf->FileToPdf($psfile, "", "");
>
> I am able to convert PS to PDF.
>
>
> In the same fashion I want to convert DOC, XLS and PPT
>
> to PDF format.
>
> Is that possible, please explain in detail.
>
> Thanks in advance,
>
> Regards,
>
> Kumar.



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

Reply via email to