Starting March 2026, an optimized PDF generator will be available in your CRM organization. This requires you to update the existing inventory templates' HTML tags. Hence, to avoid breakages or misalignment in the generated PDF and ensure compatibility with the optimized PDF generator, complete this update by February 28, 2026.Elements | Unsupported tags | Supported tags |
General | Template content inside <table>...</table> |
<style> html { margin: 0px; padding: 0px; }Header </style> |
Header | Content enclosed within <thead>...</thead> inside table body. | Content should be enclosed within <section id="header-container"class=""> <div id="pdfgen-header"> ... </div> </section> CSS required for header content should be provided as follows: <style> #pdfgen-header { } </style> |
Footer | Content enclosed within <tfoot>...</tfoot> inside table body. | Content should be enclosed within <section id="footer-container"class=""> <div id="pdfgen-footer"> ... </div> </section> CSS required for header content should be provided as follows: <style> #pdfgen-footer { } </style> |
Page number | Content enclosed within <span class="pagenum">..</span> <style> *.pagenum:after { counter-increment: page; content: "" counter(page); } </style> | Content should be enclosed within <span class="pageNumber">..</span> To get total page number count use <span class="totalPage">...</span> |
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.