Questions tagged as 'fpdf'

0
answers

Fix fixed text in pdf with fpdf?

I have a problem when trying to insert a fixed text with fpdf The problem is that the part the first paragraphs that are shown are a fixed text but I want them to be shown at the end of the page and they are shown first how can I do that...
asked by 07.06.2018 / 16:18
1
answer

FPDF Does not render

I have this code that is not rendered to pdf. <html> <head> <style type="text/css"> </style> </head> <body > <?php //ob_start(); include('config.php'); /* $link =...
asked by 05.06.2018 / 05:34
1
answer

Problems when creating a pdf created with fpdf

My problem is that when creating the pdf the table where I create it shows me the cut data As you can see in the image in services performed, it shows me the correlative data and I want you to show them one separated from the other one dow...
asked by 06.06.2018 / 17:51
0
answers

Place text in bold and li in FPDF PHP

I want to put in bold the titles and what is capitalized and if it is possible to do <li> for each clause that is in the pdf. require('fpdf181/fpdf.php'); $pdf = new FPDF(); $pdf->AddPage(); $pdf->SetFont('Arial','',10); $pd...
asked by 06.06.2018 / 19:47
0
answers

Multi sheets reports fpdf and php

I need help, when generating my pdf report is very large and appears cut, my intention is to know if you can print another sheet with missing content, I have these properties for the size of my report: $pdf = new PDF(); $pdf->AliasN...
asked by 29.05.2018 / 23:16
0
answers

Give color to column in fpdf

want to know how I can give color to a colume, in this case that of "Hours", I can only give color to the initial row, here is my code, thanks for the help: D $pdf->SetFillColor('232','232','232'); $pdf->SetFont('Arial','B','10...
asked by 30.05.2018 / 17:30
0
answers

How do I print data in an orderly pdf if I am using FPDF through a mysql query?

<?php require('fpdf/fpdf.php'); $consulta= mysqli_query($consulta, " SELECT ventas.nrofactura, fecha, cliente, rfc, ccresponsable, nombre, precioventa, cantidad, direccion FROM detalleventas INNER JOIN productos INNER JOIN ventas WHERE ventas...
asked by 11.05.2018 / 02:46
0
answers

Problem with sources in FPDF

I am trying to generate a PDF, if I created everything in the same directory there is no problem, the problem comes when I call the function that will generate this doc.    Warning: include (font / helveticab.php): failed to open stream: No s...
asked by 19.04.2018 / 14:07
0
answers

FPDF multicell that of in a same row two colors of filling

I wanted the multicell function to fill in ONE SAME ROW with two different colors ... I've already seen a for loop with the modulo operation of two to fix the colors, but that's not what I'm looking for, I want the same row in horizontal have tw...
asked by 01.03.2018 / 17:33
0
answers

Background image in PDF created with FPDF

This making a PDF file according to the query of MySql and PHP with FPDF, everything is fine and the pdf file is created without problem, in fact I put a background image to make it look better and it looks very good, the problem comes when a se...
asked by 26.02.2018 / 19:14