1

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

tshepang
  • 12,111
  • 21
  • 91
  • 136
Bharanikumar
  • 25,457
  • 50
  • 131
  • 201

1 Answers1

1

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).

Kobi
  • 135,331
  • 41
  • 252
  • 292