We're writing our own web app and we need the user to have a (fairly) accurate visualisation of their printed documents on-screen. I'm using the centimetre unit in CSS to try and replicate an A4 page.
I need to work out the actual pixel height assigned to the following:
max-height: 27cm;
Is this possible in javaScript? I need the pixel height because I need to compare the offsetHeight to the max-height.