Advertisement
Guest User

kartupdf

a guest
Sep 17th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $this->pdf->AliasNbPages();
  2. $this->pdf->AddPage('L','A4',0);
  3. $this->pdf->SetFont('Arial','',12);
  4. $this->Cell(200,64,$this->Image('http://gambarkartu.jpg', $this->GetX(), $this->GetY(), 100, 64),0,0,'',false);
  5. $this->SetTextColor(51,44,43);
  6. $this->SetY(150);
  7. $this->cell(46);
  8. $this->ShadowCell(0,0,'nama',0,0,'L');
  9. $this->Ln(80);
  10. $this->pdf->Output();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement