$this->Cell(2/100*$width,$height,':','',0,'L');
                        $this->Cell(1/100*$width,$height,$column,'',0,'L');		
                        $this->Cell(25/100*$width,$height,' ','',0,'L');
                        $this->SetFont('Arial','B',10);
                        $this->Cell(14/100*$width,$height,$_SESSION['lang']['tanggal'],'',0,'L');
                        $this->Cell(2/100*$width,$height,':','',0,'L');
                        $this->Cell(1/100*$width,$height,$tgl,'',1,'L');*/
        $this->Ln(20);
    }
}
#====================== Prepare PDF Setting
$pdf = new masterpdf('P', 'pt', 'A4');
$width = $pdf->w - $pdf->lMargin - $pdf->rMargin;
$height = 12;
$pdf->SetFont('Arial', 'B', 8);
$pdf->AddPage();
$awalXjudulno = $pdf->GetX();
$awalYjudulatas = $pdf->GetY();
$pdf->Cell(20, 1.5 * $height, 'No.', 'TBLR', 0, 'C');
$awalXkdbrg = $pdf->GetX();
$pdf->Cell(60, 1.5 * $height, $_SESSION['lang']['kodebarang'], 'TBLR', 0, 'L');
$awalXnmbrgjudul = $pdf->GetX();
$pdf->Cell(165, 1.5 * $height, $_SESSION['lang']['namabarang'], 'TBLR', 0, 'C');
$awalXjum = $pdf->GetX();
$pdf->Cell(35, 1.5 * $height, $_SESSION['lang']['jumlah'], 'TBLR', 0, 'L');
$awalXsat = $pdf->GetX();
$pdf->Cell(35, 1.5 * $height, $_SESSION['lang']['satuan'], 'TBLR', 0, 'C');
$awalXreq = $pdf->GetX();
$pdf->Cell(40, 1.5 * $height, 'Required', 'TBLR', 0, 'C');
$awalXket = $pdf->GetX();
$pdf->Cell(190, 1.5 * $height, $_SESSION['lang']['keterangan'], 'TBLR', 0, 'C');