devxlogo

Estimate Your Web Document’s Printed Size

Estimate Your Web Document’s Printed Size

There are times when you’d like to know a little bit about how your Web page will print. For example, if you are dynamically generating reports, you can put a button on the page that calls window.print() to print the page. However, you might end up with a 500-page document if you’re not careful! The following function will estimate how many pages a Web page will print on:

   var m_iPages;  function window_onload() {    //Dividing by 824.2 yields the approximate number of pages    //in landscape mode.  For portrait, use 1019.4    //alert(

See also  5 Strategies for Supercharging Your CRM
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist