How Can i convert word, text, html document into pdf

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
bhagwat
Forum Newbie
Posts: 13
Joined: Sat Jun 14, 2008 12:28 am

How Can i convert word, text, html document into pdf

Post by bhagwat »

Hello,

my aim is to convert word document(doc,docx) into pdf document on server side.
means if user upload any doc or docx files into server, then this file is automatically convert into pdf document. how can it is possible. please help me.

Thanks

Bhagwat Singh
er.bhagwatsingh@gmail.com
Last edited by bhagwat on Sun Jun 15, 2008 2:39 am, edited 1 time in total.
hansford
Forum Commoner
Posts: 91
Joined: Mon May 26, 2008 12:38 am

Re: How Can i convert word, text, html document into pdf

Post by hansford »

It's possible and the implementation has already been written. Best of all-it's open source.
http://www.rustyparts.com/pdf.php
User avatar
lonelywolf
Forum Commoner
Posts: 28
Joined: Tue Jun 10, 2008 6:15 am

Re: How Can i convert word, text, html document into pdf

Post by lonelywolf »

Thanks for your site, it's very useful for later using... :wink:
bhagwat
Forum Newbie
Posts: 13
Joined: Sat Jun 14, 2008 12:28 am

Re: How Can i convert word, text, html document into pdf

Post by bhagwat »

thank u for u'r suggestion.
i read that link.
but this is solution for html to pdf conversion.
i want the solution doc or docx to pdf conversion.

please help me.


Thanks a lot.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Re: How Can i convert word, text, html document into pdf

Post by superdezign »

From there you probably could have taken the effort to figure this out yourself... I'm sure there is a method of converting *.doc to *.html... It's certainly been done before.
Post Reply