How can I avoid an extra blank page at the end while printing? October 7, 2023 by Tarik Try this: @media print { html, body { height: 99%; } }