doc file convert to pdf file using in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bharat123
Forum Newbie
Posts: 9
Joined: Mon Mar 17, 2008 7:14 am

doc file convert to pdf file using in php

Post 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
maneetpuri
Forum Commoner
Posts: 60
Joined: Tue Oct 07, 2008 6:32 am

Re: doc file convert to pdf file using in php

Post 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
Post Reply