SyntaxFix
Write A Post
Hire A Developer
Questions
$pdf->Output() takes a second parameter $dest, which accepts a single character. The default, $dest='I' opens the PDF in the browser.
$pdf->Output()
$dest
$dest='I'
Use F to save to file
F
$pdf->Output('/path/to/file.pdf', 'F')