Supp: suppression de TCPF car il utilise un système de police différent et crée des pdf de trop grosse taille.

Modif: Ajout des fonctions HTML de TCPF dans fpdf.php
Ajout: Ajout de format de papier dans fpdf.php
This commit is contained in:
Regis Houssin 2006-07-21 09:00:22 +00:00
parent 3857741400
commit 6574b49ad9

View File

@ -187,7 +187,7 @@ var $PDFVersion; //PDF version number
*******************************************************************************/ *******************************************************************************/
function FPDF($orientation='P',$unit='mm',$format='A4') function FPDF($orientation='P',$unit='mm',$format='A4')
{ {
// ajout pour HTML2PDF // ajout pour HTML PARSER
$this->fontlist = array("arial", "times", "courier", "helvetica", "symbol"); $this->fontlist = array("arial", "times", "courier", "helvetica", "symbol");
$this->b = 0; $this->b = 0;
$this->i = 0; $this->i = 0;