Possible Duplicate:
Convert PDF to HTML
I need to convert resumes that are uploaded in PDF format to HTML. I am already converting doc and docx formats using livedocx.com, but they don't support converting from PDF. I have already read the other posts on stack overflow regarding this matter and the standard solution is the install the pdf2html command line tool. This is not an option for me however since this is a shared hosting server which I am not an administrator of. The host will not help me by installing the tool, so I either need a third-party service or a clean way to do this with native PHP. PHP version is 5.2 running on latest CentOS. Please help!
Chris