Reputation: 41
i got this error
PHP Fatal error: Uncaught Exception: FPDF error: No font has been set
my code
define('FPDF_FONTPATH','font/');
require('fpdf.php');
my php file is in the same folder than fpdf.php
Any idea ? thank you
Upvotes: 1
Views: 3752