1

I'm using window.print() method in JavaScript but I have the problems listed below:

  • Zooming in or out ruins page formation
  • Resizing the page does the same
  • I can't define end of each page

Do you know how to solve these problems? I've tried disabling window resize but it didn't work.

Is it possible to use window.print() but the print dialogue wouldn't be shown and the pdf would be started to be downloaded?

Alireza A2F
  • 519
  • 4
  • 26

1 Answers1

1

I think you need a print stylesheet

niklas
  • 2,887
  • 3
  • 38
  • 70