hello @Deep
please add this in your custom print format,
first add in the footer in the letterhead
<div> <div id="footer-html" class="visible-pdf"> {% if not no_letterhead and footer %} <div class="letter-head-footer"> {{ footer }} </div> {% endif %} <p class="text-center small page-number visible-pdf"> {{ _("Page {0} of {1}").format('<span class="page"></span>', '<span class="topage"></span>') }} </p> </div>
Thanks