Doc to pdf converstion 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
maddy_dev
Forum Newbie
Posts: 2
Joined: Mon Jan 31, 2011 5:40 am

Doc to pdf converstion in php

Post by maddy_dev »

Hi Guys, i need to convert the word document to pdf on the fly.If any one know how to do please share
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: Doc to pdf converstion in php

Post by Jade »

Take a look at this: http://www.fpdf.org/
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: Doc to pdf converstion in php

Post by John Cartwright »

Zend Framework has a component that can handle this for you -- Zend_Service_LiveDocx

See tutorial -- http://www.phplivedocx.org/2009/02/06/c ... df-in-php/
See manual -- http://framework.zend.com/manual/1.11/e ... edocx.html
maddy_dev
Forum Newbie
Posts: 2
Joined: Mon Jan 31, 2011 5:40 am

Re: Doc to pdf converstion in php

Post by maddy_dev »

Hi john,

Thanks for your reply,i already gone thro that,i am using cloud sites server so as per my knowledge i think its hard to do and also i tried phplive docs without zend by using soap,the problem in livesdocs is document conversion is not done in our side, i want to do in our server itself.So can you please share the any other way to do? because i need to finish this part soon :( :(
Post Reply