I know solutions exist to get HTML / CSS to PDF, but is there one that works the opposite way?
I want to be able to automatically take uploaded PDFs, and turn them into HTML / CSS to be displayed on a website between a header and footer etc.
Thanks
I know solutions exist to get HTML / CSS to PDF, but is there one that works the opposite way?
I want to be able to automatically take uploaded PDFs, and turn them into HTML / CSS to be displayed on a website between a header and footer etc.
Thanks
There is a command line tool, pdf2html, which you could use exec() or system() in PHP to execute. Not sure it that will be ok for you?