I had Customised Print Format so the issue was i want to enable Footer only to last page of my pdf how can i do that ? can anyone help me in sorting this issue

This is my source code

Amount Chargeable (in words)
                        <div style="min-height: 50px;">

                        </div>
                    </div>
                </div>

                <div class="col-xs-6">
                    <div class="p-2 border b-t-0 b-r-0">
                        Company's PAN :
                        <div style="min-height: 36px;"></div>
                    </div>
                </div>
                <div class="col-xs-6">
                    <div class="p-2 border text-right">
                        for Blisstering Electronics Pvt Ltd
                        <div style="min-height: 20px;"></div>
                        <div><small>Authorised Signatory</small></div>
                    </div>
                </div>
            </div>
         </div>     
</body>