문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top