My pdf file is open in browser tab. In the title of pdf tab instead of name it shows the url how can i changed it .I am using codeigniter framework and using Mpdf library fo
Try this. It's so simple.
$mpdf->SetTitle('My Title');