Height of a webpage for snapshots in PHP
- by gAMBOOKa
We have an application that takes snapshots of certain web pages. It's quite tightly integrated into the code, so we're not ready to incorporate another library.
But we don't have a way of being able to calculate the web page height, so we end up taking snaps of 8000px height. Which is now proving troublesome when inserted into PDFs.
Is there a way to find the height of the webpage in PHP?