Page 1 of 1

doc file convert to pdf file using in php

Posted: Fri Oct 24, 2008 1:37 am
by bharat123
Hello,

Doc file convert to pdf file, guide me.

1) Microsoft word document convert to PDF file using in php.
2) Any one can do it, the same issue.
3) which 'PHP' code doc file covert to PDF file.
4) It is possible are not.

Regards,
Bharat karankal

Re: doc file convert to pdf file using in php

Posted: Fri Oct 24, 2008 4:44 am
by maneetpuri
Hi,

There are no functions or libraries provided by PHP to convert word to PDF, I am not sure if there is any third party library available to accomplish this. I also had such a need and what I did was I converted the word documents to HTML and then using PDFlib created PDF documents.

Hope this helps!

Cheers,

~Maneet