2 require_once 'MECON/PDF/Marco.php';
3 require_once 'BANDAS/PDF/Banda.php';
4 require_once 'BANDAS/Agente_Bandas.php';
7 //Seteo las variables generales
8 $nrodoc = $_SESSION['documento'];
9 $fecha =& new Date($_GET['fecha']);
11 $pdf = new MECON_PDF_Marco('a4','landscape');
12 $pdf->addContent(new MECON_PDF_Contenido_Banda(new Agente_Bandas($nrodoc),(int)$fecha->getMonth(),(int)$fecha->getYear(),false));