Search code examples
javascriptphpjqueryprintersdot-matrix

in my printer, paper is skipping too much


Am using the 80 column dot matric printer ,

For every print , paper gets skip two time, too much of papers going waste ,

How to fix this problem ,

Am just using the

   window.print() 

javascript function

is there any setting available to avoid the paper wastage ,

Any idea


Solution

  • Click on "Print Preview" in your browser and make sure your site look reasonable. If it is, it's a printer settings, and not much you can do about it. If it doesn't look well on the preview, you can set a printing-specific CSS and correct it by reducing margins, or changing colors (for example, you may have a large element with background-image that will take space but will not be printed).