We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b888807 commit a7bfc57Copy full SHA for a7bfc57
README.md
@@ -54,6 +54,8 @@ class ReportController extends AbstractActionController
54
$pdf->setOption('filename', 'monthly-report'), // Triggers PDF download, automatically appends ".pdf"
55
$pdf->setOption('paperSize', 'a4'); // Defaults to "8x11"
56
$pdf->setOption('paperOrientation', 'landscape'); // Defaults to "portrait"
57
+
58
+ return $pdf;
59
}
60
61
```
0 commit comments