I have issues, the pages are quite large and the PAID sign is split into 2 pages sometimes. How can I print it out all in one page or 2 but organised?
Thanks
PDF suggestion Resolved
Anonymous
2023-02-14 01:20
Has the answer
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
Comments
Kacper_Seta
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
2023-02-14 10:20