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
doc file convert to pdf file using in php
Moderator: General Moderators
-
maneetpuri
- Forum Commoner
- Posts: 60
- Joined: Tue Oct 07, 2008 6:32 am
Re: doc file convert to pdf file using in php
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
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