Ver Mensaje Individual
  #27 (permalink)  
Antiguo 03/06/2011, 15:53
Avatar de Ximenitaa
Ximenitaa
 
Fecha de Ingreso: abril-2011
Ubicación: Mexico
Mensajes: 208
Antigüedad: 13 años, 7 meses
Puntos: 43
Respuesta: "Reportes php a pdf con fpdf"

Con gusto:

Código PHP:
Ver original
  1. <?php
  2.  
  3. include('SALON11.PHP');  //aqui pones el nombre del archivo que quieres convertir
  4.  
  5.  
  6. $content_html = ob_get_clean();
  7. // initialisation de HTML2PDF
  8. //Ruta de mi clase.....
  9. require_once('../html2pdf/html2pdf.class.php');  // laruta  de la libreria, en este caso yo la tengo en wamp/www y dentro de www hice una carpeta que se llama html2pdf y pegue todo , y asi maneje la instruccion de ruta..... tal y como esta con los puntos
  10. try
  11. {
  12. ///configurar tipo de hora, formato, etc...
  13. $html2pdf = new HTML2PDF('l','Letter','es', false, 'ISO-8859-15', array(0, 0, 0, 0));
  14. $html2pdf->writeHTML($content_html, isset($_GET['vuehtml']));
  15. //$html2pdf->createIndex('', 25, 12, false, true, 1);
  16.  
  17. ///Nombre del archivo pdf      
  18. $html2pdf->Output('mi_pdf.pdf');
  19. }
  20. //para que lo descargue
  21.  
  22. catch(HTML2PDF_exception $e) { echo $e; }
  23. $contenido_extra=file_get_contents("texto.txt");
  24. ?>

asi solo cambiar ruta y nombre del archivo lo demas se queda igual ....

y utilice este de php

SALON11.PHP

Código PHP:
Ver original
  1. <?PHP
  2.     include("config.php");
  3.     $link=Conectarse();
  4.     $result=mysql_query('select * from bienes',$link);
  5. ?>
  6. <html>
  7.    <head>
  8.     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  9.     <link rel="stylesheet" type="text/css" href="tablas.css">
  10.    
  11.       <title>SALON 11</title>
  12.    </head>
  13.         <body>
  14. <p align="center">  <br><br>
  15.      <strong><img src="logo_ENTIDAD.JPG"/>       <img src="logo_escuela.JPG"/></strong></p>
  16. <p align="center"><strong>RESGUARDO DEL SALON 1</strong></p>
  17. <TABLE BORDER=1 CELLSPACING=1 CELLPADDING=1 align="center">
  18.    
  19.       <TR><TD>&nbsp;NO_INVENTARIO</TD><TD>&nbsp;DESCRIPCION&nbsp;</TD><TD> ESTADO FISICO</TD><TD> RESGUARDANTE </TD> <TD>NIVEL</TD><td>SECCION</td></TR>
  20.         <TR> <TD colspan="6"> </TD></TR>
  21.           <TR> <TD colspan="6"></TD></TR>
  22.             <TR> <TD colspan="6"></TD></TR>
  23.               <TR> <TD colspan="6"></TD></TR>
  24.                 <TR> <TD colspan="6"></TD></TR>
  25. <?php      
  26.    while($row = mysql_fetch_array($result)) {
  27.       printf("<tr> <td>&nbsp;%s</td> <td>&nbsp;%s</td> <td>&nbsp;%s</td> <td>&nbsp;%s</td> <td>&nbsp;%s</td> <td>&nbsp;%s</td> </tr>", $row["no_inventario"],$row["descripcion"],$row["estado_fisico"],$row["resguardante"],$row["nivel"],$row["seccion"],$row["id_bienes"]);
  28.    }
  29.    mysql_free_result($result);
  30.    mysql_close($link);
  31. ?>
  32. </table>  
  33.  
  34.  
  35.  
  36. <form action="mi_pdf.php" method="POST" class="miform">
  37.   <input name="submit" type="submit" class="boton"  value="Generar Resguardo">
  38. </form>
  39. </body>
  40. </html>


Y eso es todo amigos ji ji ji sono como de caricaturas jajaja

espero les sirva

Saludos !!!
__________________
❤(。◕‿◕)❤ . . . Ten un dia .... GeNiAl.... !!!! . . . ❤(◕‿◕。)❤

¿Que dia es hoy? . . . Hoy, hoy, es definitivamente un dia PERFECTO !!