When I use PDF printing

my notes box in invoice:
when preview: it is exactly as what I want

when I use PDF button the spaces I’ve added disappear

This is one of several problems that appeared when themes were introduced. But it is actually related to an earlier change allowing HTML code in the Notes field. You can get around it by including HTML tag <br> where you want a blank line. This code:

**Account Information:**
www wwww
xxx xxx xxx
yyy yyy yyyyyy
zzz zzz zzzzzz
<br>
<br>
<br>
Authorized Signature:____________________

Produces this result:

Account Information:
www wwww
xxx xxx xxx
yyy yyy yyyyyy
zzz zzz zzzzzz






Authorized Signature:____________________

1 Like