We have a application in PHP where job seeker post their resume in doc format, we want to convert that to PDF as soon as they upload doc. Anyone knows how to convert from doc to PDF using PHP code.
Try wvware.sourceforge.net Once you install the package you should be able to get PHP to work with it using EXEC or SYSTEM. # wvPDF: converts word to Adobe PDF. Use "AbiWord --to=pdf" or "AbiWord --print=file.ps && ps2pdf file.ps" instead. That documents specifically what you want, look more into it on the page I linked you to.
I have a shared hosting on godaddy, will it still work? how to make it work on godaddy shared hosting?
I have a requirement in php To convert the word document in pdf How to convert word document to pdf? please suggest me.