viadck Posted September 30, 2015 Share Posted September 30, 2015 Hello, To comply with the authorities, it's necessary to add company registration details in the invoice. These details are quite long (registration numbers etc.) and normally go in the footer. How could this be added in the invoicepdf.tpl file? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted September 30, 2015 Share Posted September 30, 2015 Yes with something like this: $pdf->SetFont('freesans','',; $pdf->Ln(5); $pdf->Cell(180,4,'I am superman','','','C'); 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.