Donate Share

TCPDF - PHP class for PDF

Subscribe

Right align page number in header

You are viewing a single message from this topic. View all messages.

  1. 2009-11-07 07:37:05 UTC

    Agh, never mind:

    public function Header()
    {
        $this->Cell(0, 0, date('d.m.Y') . ' - '
                          //. $this->getAliasNumPage() . '/'
                          . $this->PageNo() . '/'
                          . $this->nbPages,
                    1, 1, 'R');
    }
    
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.