Hi,
I'm pretty sure there's a php library that can be used to dynamically convert html to pdf, but I can't seem to find it.
I'm trying to dynamically convert a Word -> HTML -> PDF.
I've got the Word -> HTML part done using a COM object to open an instance of Word. I think save the file to the server. So I'd like to just read the file into the PHP to PDF converter and save the file to the server. Don't need to open it, just convert the HTML file to PDF and save it to the server.
Can this be easily done just using built in PHP capabilities?
thanks!
I'm pretty sure there's a php library that can be used to dynamically convert html to pdf, but I can't seem to find it.
I'm trying to dynamically convert a Word -> HTML -> PDF.
I've got the Word -> HTML part done using a COM object to open an instance of Word. I think save the file to the server. So I'd like to just read the file into the PHP to PDF converter and save the file to the server. Don't need to open it, just convert the HTML file to PDF and save it to the server.
Can this be easily done just using built in PHP capabilities?
thanks!