Hi,
How can we repeat the letterhead in version 14? because it won’t. Even we use the print pdf and have the settings on in Print setting the header doesnt repeat
please help.
NCP
April 12, 2023, 5:25am
2
Hi @ossphinc ,
Please check it reference:
use below code
for header
<p style="margin-top: 0; margin-bottom: 0"><font face="Calibri" style="font-size: 9pt">{%- macro add_header(page_num, max_pages, doc, letter_head, no_letterhead) -%} {% if letter_head and not no_letterhead %}</font></p>
<div style="height: -25mm" class="letter-head">
<p style="margin-top: 0; margin-bottom: 0"><font face="Calibri" style="font-size: 9pt">{{ letter_head }}</font></p>
</div>
<p style="margin-top: 0; margin-bottom: 0"><font face="Calibri" style="fon…
Thank You!
1 Like