Skip to content

Commit

Permalink
[Chromium][Bug]: Fix Reason : -32000 - Printing is not available (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdchaudhary authored Sep 19, 2023
1 parent bd2e352 commit 546dd61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Processor/Chromium.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public function getPdfFromString(string $html, array $params = [], bool $returnF
'startupTimeout' => 120,
'enableImages' => true,
'ignoreCertificateErrors' => true,
'customFlags' => [ '--disable-dev-shm-usage','--disable-gpu']
]);
}

Expand Down

0 comments on commit 546dd61

Please sign in to comment.