I\'m using TCPDF to print a receipt and then send it to customer with phpMailer, but I have a problem:
I have no idea how to save the file into a pdf.
Only thing that worked for me:
// save file $pdf->Output(__DIR__ . '/example_001.pdf', 'F'); exit();