Jump to content

Diseño de Factura


Juan Almela

Recommended Posts

Tienes que utilizar los márgenes nulos. Trate de utilizar dos etiquetas <div> anidados (o tablas) y aplicar la imagen de fondo a la primera, así como relleno para obtener márgenes en blanco para el resto.

 

You have to use zero margins. Try to use two nested <div> tags (or tables) and apply the background image to the first one as well as padding to get blank margins for the rest.

Link to comment
Share on other sites

  • 5 weeks later...

Hola tuk66,

 

perdona no haber contestado antes, pero ahora había retomado el tema.

 

Tengo este código en el header.tpl pero la sentencia background es como si no funcionara porque sale la factura en blanco (sin la imagen de fondo), probandolo como código a parte de ahí, si que funciona.

<table style="width: 100%; background-image: url('http://www.confortcalor.com/bg-factura.jpg'); margin: 0px !important; padding: 0px !important;">
<tr>
  <td style="width: 50%; text-align: left;">
    <table style="width: 100%">
    <tr>
      <td style="font-weight: bold; font-size: 14pt; color: #444; width: 100%">{$title|escape:'htmlall':'UTF-8'}</td>
    </tr>
    <tr>
      <td style="font-weight: normal; font-size: 10pt; color: #444; width: 100%">Fecha de emisión: {$date|escape:'htmlall':'UTF-8'}</td>
    </tr>
    </table>
  </td>
  <td style="width: 50%; text-align:center; font-weight: normal; font-size: 9pt; color: #666"></td>
</tr>
</table>
Link to comment
Share on other sites

Puede ser que la biblioteca TCPDF no permite que las imágenes de fondo definidos en HTML en absoluto. Sólo tengo experiencia con el módulo M4 PDF Extensions donde las imágenes de fondo son posibles (y fácil).

 

Can be that TCPDF library doesn't allow background images defined in HTML at all. I have only experience with the M4 PDF Extensions module where background images are possible (and easy).

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...