Page 1 of 1
Doc to pdf converstion in php
Posted: Mon Jan 31, 2011 5:44 am
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
Re: Doc to pdf converstion in php
Posted: Mon Jan 31, 2011 7:44 am
by Jade
Take a look at this:
http://www.fpdf.org/
Re: Doc to pdf converstion in php
Posted: Mon Jan 31, 2011 9:06 am
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
Re: Doc to pdf converstion in php
Posted: Mon Jan 31, 2011 11:26 pm
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
