I report after the solution to print on the bottom of my quotes the number of page.
But I would print "page(...) of pages(...)"
How can I do?
Tanks, Pasquale Bondanese
_________________________________
Yes, you can add page numbers in your invoice PDF files using our custom template feature. Please follow the steps below to add page number in custom template:
- Go to the Settings tab
- Click on the Invoice Template under the Invoice Settings section
- Click on New Template button from the right hand side of the page
- This will take you to the New Invoice Template page
- Enter the name of the custom template in the Custom Template Name field
- Select the predefined template from the Base Template field.
- Now, you can view your invoice preview in the editor area.
- Click on <> icon (HTML source) from the tool bar.
- The template editor section will show up
- Now, you need to copy the code below and paste it before the <meta http-equiv> tag:
<style> div#fdiv { position: fixed; width:100%; bottom: 0px; left: 0px; padding:0px 40px 40px 0px; text-align:right; }span#ftrspan { display: none; }span#pnoinftr:after { counter-increment: Fpage0; content: counter(Fpage0); }</style>
- Now scroll-down to end of the HTML code, copy the code below and paste it after the </tbody></table> tag:
<div id="fdiv"><div style="float: right; font-size: 12px; padding-right: 40px;" align="right">Page <span id="pnoinftr"></span></div></div><span id="ftrspan">F=300,E=300,O=300</span>
- Click on Save button.