Hello,
the amount of pages depends on the amount of data on your invoice / the invoice template. You can try changing the invoice template, or changing the font size. In Settings -> Account settings -> Print settings, in the Customize print with CSS field you can paste the below code and change the value of px to change the font size.
.invoice_outline * { font-size: 12px; }
Best regards,
Kacper
Hello,
the amount of pages depends on the amount of data on your invoice / the invoice template. You can try changing the invoice template, or changing the font size. In Settings -> Account settings -> Print settings, in the Customize print with CSS field you can paste the below code and change the value of px to change the font size.
.invoice_outline * { font-size: 12px; }
Best regards,
Kacper