Thanks for the reply. I’ve also tried printing with columns and have the same issue so its just something that works that way 🙂
I found a way to remove the toolbar by adding the following code to the config.php file in the mpdf folder:
$this->SetDisplayPreferences('/HideMenubar/HideToolbar/DisplayDocTitle');
I know that the user can still click on File – Save As but the intention is just to discourage the average user from saving the file.
I’ve found some code here http://www.fpdf.org/en/script/script36.php that just needed a modification to refer to the mpdf class which automatically opens the print dialog.