Menu

#63 Header not getting Printer.

open
nobody
5
2008-10-24
2008-10-24
Anonymous
No

Hi

I have a helper class say pdfHelper as below

class pdfHelper extends HTML@PDF{

function Header(){
//some code
}

function Footer(){
// some code
}
}

When the footer is working properly the header is not working when i call the WriteHTML() function where the html goes over one page.

I guess the function Header in HTML2PDF should consider the printing of user headers like images other than table headers when the table goes over one page.

Thank you.

Regards
Venkat

Discussion


Log in to post a comment.