I have a form in which I print variables through a query to my database, I want to send these variables to another php file to be able to use them, I am currently doing it with a form and sent them with the POST method and a submit button , but...
Error trying to create a PDF file with PHP and the FPDF library
Fatal error: Uncaught Exception: FPDF error: Some data has already
been output, can not send PDF file (output started at
C: \ xampp \ htdocs \ paginaoctago \ temp \ lev_6...
Good afternoon everyone,
I have a problem with a text that is too long for the cell, and I do not know if it is possible for Cell or Multicell to adjust so that the long text enters in the same cell but in two lines.
I have tried these two...
Good afternoon everyone!
I am a newbie with FPDF and I notice a lot, I have a problem with cell and it is not filling the cell as I want and also I get a line break strong> (in a multicell that goes just below) that I do not want, can you...
I happen to have a code that generates pdfs perfectly with the fpd library. But at the end of this, I added another library with its corresponding code to send me this pdf generated by mail with PHPMailer, and what happens is that it sends me th...
I tried to include a pdf that prints data from a BD in a php file and I get errors. This pdf was made with the FPDF libraries.
This is the pdf code:
<?php
require ('fpdf/fpdf.php');
require ('src/autoload.php');
require (...
Warning: count (): Parameter must be an array or an object that implements Countable in C: \ xampp \ htdocs \ MAINTENANCE AND SERVICES R.M S.A.S \ pdf_class \ locale.class.php on line 68
Warning: count (): Parameter must be an array or an obj...
You see, I am learning to use a library for PDF document development called Fpdf.
I have this code:
public function imprimir(Articulo $articulo){
$pdf=new Fpdf();
$pdf->AddPage();
$pdf->Image($articulo->foto->ruta(),...
good as I can load 50 or even more records and that those 50 records are displayed in a pdf, I only do it with a row for only 1 record but this time are for several, what I do not want is to be one by one putting him for example
$pdf->Text(...