PDA

View Full Version : PDF Footer Modification



Quattix-James
02-07-07, 03:02 PM
Hello,

I have spent the last 10 mins modifying the PDF invoice layout to match our old system and all is well.

The only thing i cant seem to do is modify the footer, the bit with"Page 1/1 and the website address".

How can i do this?

Regards
James

Xeonia
02-14-07, 04:00 PM
need this info also...please share...

generic
02-14-07, 10:51 PM
we could do it in the last one, i think its encrypted in the latest release. I could not find it either.

Matt
02-14-07, 10:54 PM
I can confirm it is not possible to edit the table of invoice items or footer which contains the invoice page number and link to your website. This has never been possible but we can look into adding it for a future release.

Xeonia
02-15-07, 08:46 PM
Great!!!

Iceman
04-16-07, 11:59 AM
I can confirm it is not possible to edit the table of invoice items or footer which contains the invoice page number and link to your website. This has never been possible but we can look into adding it for a future release.

Yes please, that would be nice.

Cheers,
Paul

Adamski
04-16-07, 12:34 PM
You can get rid of it for now by doing this:


I found one good code more :P
If you dont like this bottom Page 1/1 and your web address..
then add to bottom before ?>
this:

$pdf->Open(0,7,'');

You can't alter it.

Ad

Iceman
04-16-07, 01:16 PM
Hi onestopad,

Thanks for that...but it doesnt seem to help if the Invoice goes onto a second page.

Hopefully Matt will allow us to edit the footers of the PDF soon.

Cheers,
Paul

htb
04-25-07, 05:33 AM
yes it be nice to edit that also

Iceman
04-25-07, 05:41 AM
yes it be nice to edit that also

I think I found a way to DELETE the footer for every page. Although, having page numbers would be good idea! So now I need to work out how to add my OWN footer ... lol

Cheers,
Paul

htb
04-25-07, 05:47 AM
cool :) :)

leew87
11-17-08, 02:39 PM
this bit of coding in the pdfconfig file turns off the page numbers

$pdf->setPrintFooter(false);

does anyone know how i get a new page on my pdf so i can but my Terms and Conditions also on the PDF that is sent via email

redrat
11-17-08, 04:37 PM
leew87: It is good to see someone enclosing T&C with their invoice. Paper invoices normally have them printed on the back so way to go! ;) This is how it should be done and I'd love to see the ability to do that implemented in WHMCS. That would be excellent and is much more business like, especially so in helping to firm up one's position should any later dispute arise. Judges love it. :)

leew87
11-17-08, 05:47 PM
redrat i will post a copy of my pdfconfig.php file on completion

i have found a Tutorials on Line breaks and colors which loads text in from a txt file which would be handy but cant get it work :mad: check it out http://www.fpdf.org/ maybe some can help get it working on pdfconfig

regards

leew87
11-18-08, 12:44 PM
can any1 help with the following error that i am getting when i try to call functions from another php file

Fatal error: Call to a member function ChapterTitle() on a non-object in /home/illit/public_html/whmcs/includes/extrafunctions.php on line 63