function clipping_rectangle($x1, $y1, $w, $h)
 {
     $this->_pdf->clippingRectangle($x1, $this->y($y1) - $h, $w, $h);
 }