Jump to content

How to add some text like terms , signature & details in pdf invoice footer


Recommended Posts

take a look at the post below...

 

http://forum.whmcs.com/showthread.php?82350-PDF-Invoice-custom-html-text&p=351055#post351055

 

forget the "Generation Date" code... just use the first few lines - it creates a 100% width html table, within which you can put your terms, signature etc.. you can use the same table code any number of times in the invoice.

Link to comment
Share on other sites

if you mean the spaces between the tables, they'd be controlled by $pdf->Ln(x)...

 

[color=#000000][color=#0000BB]$pdf[/color][color=#007700]->[/color][color=#0000BB]Ln[/color][color=#007700]([/color][color=#0000BB]x[/color][color=#007700]);[/color][/color]

there should be aline similar to above between the tables - if you reduce the figure in the brackets (e.g to 3), then the space between tables will be smaller - if you increase it (e.g. to 10), then the space between the tables is larger.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated