setOffset(date('Z')/3600.0); $fechaS = $dateNow->toFormat('%Y%m%d_%H%M%S'); $dir = JPATH_BASE . '/components/com_vxc/labels/'; @mkdir($dir,0777,true); $filename = 'labels'.$fechaS.'.pdf'; $this->pdf->Output($dir. $filename, 'F'); $this->pdf->Output($filename, 'I'); ?>