We need to have PHP print a Web page, from another server, to PDF.
What we don't need is for PHP to read the code of the Web page and print the code to PDF - we need PHP to actually print exactly what the Web user sees in their browser, just as if a Web user had navigated to the page and had their browser print the page.
I've extensively searched for a script to do this - I believe it will have to be written but don't really know where to start. It seems like the code would have to be some kind of Mozilla emulator.
Any suggestions for other solutions would be appreciated too - perhaps a non-PHP, client-side script that actually opens Mozilla, gives it the URL, then engages the print function.
Thanks!!
spazamataz