What about running the file through the PHP interpreter and firing the
output through wkhtmltopdf?
Otherwise, open the page through an Apache server and run the output
through wkhtmltopdf.
For what it's worth, when I need to grab a verbatim copy of a page (ie:
purchase receipt), I just print the page to PDF.
J-F
On Fri 04 Oct 2013 05:46:20 AM EDT, Robert P. J. Day wrote:
what is the best utility to take a verbatim screenshot of an
*entire* lengthy web page (not just the currently visible part), if
that web page is generated by PHP?
recently, i downloaded a tool called wkhtmltopdf that worked fine
for HTML-based pages, but the instant i got to a PHP page, it choked.
suggestions?
rday