Image 如何在php中向fpdf中的页脚添加图像

Image 如何在php中向fpdf中的页脚添加图像,image,fpdf,Image,Fpdf,我试图在html2fpdf类的页脚中添加图像 function Footer() { //This is the footer; it's repeated on each page. //enter filename: phpjabber logo, x position: (page width/2)-half the picture size, //y position: rough estimate, width, height, file

我试图在
html2fpdf
类的页脚中添加图像

function Footer() {
        //This is the footer; it's repeated on each page.
        //enter filename: phpjabber logo, x position: (page width/2)-half the picture size,
        //y position: rough estimate, width, height, filetype, link: click it!
        $this->Image("uploads/footer.jpg", (8.5/2)-1.5, 9.8, 3, 1, "JPG", "http://www.abc.com");
    }
请帮助,如何在
fpdf

提前感谢

使用$this->GetY()在函数图像中设置高度

$pdf->Image($image1, 5, $pdf->GetY(), 33.78);
甚至

$pdf->Image($image1, 5, null, 33.78);
使用$this->GetY()在函数图像中设置高度

$pdf->Image($image1, 5, $pdf->GetY(), 33.78);
甚至

$pdf->Image($image1, 5, null, 33.78);
使用$this->GetY()在函数图像中设置高度

$pdf->Image($image1, 5, $pdf->GetY(), 33.78);
甚至

$pdf->Image($image1, 5, null, 33.78);
使用$this->GetY()在函数图像中设置高度

$pdf->Image($image1, 5, $pdf->GetY(), 33.78);
甚至

$pdf->Image($image1, 5, null, 33.78);