El archivo tiene 1555 líneas de codigo :s, pero me llamo atención que hereda de un tal "Cpdf" y no lo encuentro por ninguna carpeta, se me hace raro puesto que el XAMPP venpia con todas las funciones ya dentro del mismo, aunque no se si tenga mucha importancia... te dejo una parte del codigo del "class.ezpdf.php":
Código PHP:
Ver original<?php
include_once('class.pdf.php');
class Cezpdf extends Cpdf {
//==============================================================================
// this class will take the basic interaction facilities of the Cpdf class
// and make more useful functions so that the user does not have to
// know all the ins and outs of pdf presentation to produce something pretty.
//
// IMPORTANT NOTE
// there is no warranty, implied or otherwise with this software.
//
// version 009 (versioning is linked to class.pdf.php)
//
// released under a public domain licence.
//
// Wayne Munro, R&OS Ltd, http://www.ros.co.nz/pdf
//==============================================================================
var $ez=array('fontSize'=>10); // used for storing most of the page configuration parameters var $y; // this is the current vertical positon on the page of the writing point, very important
var $ezPages=array(); // keep an array of the ids of the pages, making it easy to go back and add page numbers etc. var $ezPageCount=0;
// ------------------------------------------------------------------------------
function Cezpdf($paper='a4',$orientation='portrait'){
Ahora el ob_end_clean(); lo pongo por que cuando no lo incluyo aparte de todos los errores que puse en el post anterior, al principio también me sale este:
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\PhpProject1\Fechas2.php on line 6
De nuevo gracias LhaN...