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
How Can i convert word, text, html document into pdf
Moderator: General Moderators
How Can i convert word, text, html document into pdf
Last edited by bhagwat on Sun Jun 15, 2008 2:39 am, edited 1 time in total.
Re: How Can i convert word, text, html document into pdf
It's possible and the implementation has already been written. Best of all-it's open source.
http://www.rustyparts.com/pdf.php
http://www.rustyparts.com/pdf.php
- lonelywolf
- Forum Commoner
- Posts: 28
- Joined: Tue Jun 10, 2008 6:15 am
Re: How Can i convert word, text, html document into pdf
Thanks for your site, it's very useful for later using...hansford wrote:http://www.rustyparts.com/pdf.php
Re: How Can i convert word, text, html document into pdf
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.
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.
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
Re: How Can i convert word, text, html document into pdf
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.