"; $html.= " "; $html.= ''; $html.= '

 

'; $html.= '

 

'; $html.= ''; $html.= '

 

'; $html.= '

 

'; $html.= $_POST[web_pdf]; //$html = ""; /* $html.= ""; $html.= ""; $html.= "
"; $html.= ""; $html.= ""; $html.= ""; $html.= "
Nuevo Ingreso 2011
Cedula1231231312
"; $html.= "
"; $html.= ""; $html.= "";*/ /* $html.= '





//
I Congreso Int. Ciencias Aplicadas al Deporte / IV Jornadas Int. Investigacion Cientifica
Código de Registro000358
Nombre(s) y Apellido(s)adf sdf
GéneroFemenino
Teléfono12123
Correo Electrónicocaba@gmail.com
PaísAfganist
EstadoCojedes
Ciudad
Tipo de ParticipanteEstudiantes de la UID
Organización
Monto0
Número del Depósito23123123
Fecha de Registro2010-03-16
'; */ $html.= '

Importante: Debes guardar esta planilla para presentarla posteriormente.









'; $html.= ''; $html_utf = utf8_encode($html); include("../CRM/modulos/mpdf/mpdf.php"); $mpdf=new mPDF('es','A4','','',32,25,27,25,16,13); $mpdf->useOnlyCoreFonts = true; $mpdf->SetDisplayMode('fullpage'); $mpdf->list_indent_first_level = 0; // 1 or 0 - whether to indent the first level of a list // LOAD a stylesheet $stylesheet = file_get_contents('../CRM/modulos/mpdf/examples/mpdfstyletables.css'); $mpdf->WriteHTML($stylesheet,1); // The parameter 1 tells that this is css/style only and no body/html/text $mpdf->WriteHTML($html_utf); $mpdf->Output(); exit; ?>