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 1de5766 commit 3b19fbfCopy full SHA for 3b19fbf
resources/views/docs/1/the-basics/system.md
@@ -67,8 +67,7 @@ You can also print directly to PDF:
67
System::printToPDF('<html>...');
68
```
69
70
-This returns the PDF data in a `base64_encoded` binary string. So be sure to `base64_decode` it before storing it to disk.
71
-You could save it directly to disk or prompt the user for a location to save it:
+This returns the PDF data in a `base64_encoded` binary string. So be sure to `base64_decode` it before storing it to disk:
72
73
```php
74
use Illuminate\Support\Facades\Storage;
0 commit comments