Remove --print-background: not supported in installed pagedjs-cli version
All checks were successful
Deploy / deploy (push) Successful in 10s
All checks were successful
Deploy / deploy (push) Successful in 10s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3d386f4c66
commit
a005c982bd
1 changed files with 0 additions and 1 deletions
|
|
@ -56,7 +56,6 @@ class PdfGenerator
|
|||
$cmd .= escapeshellcmd($this->config['pagedjs_bin']);
|
||||
$cmd .= ' ' . escapeshellarg($url);
|
||||
$cmd .= ' -o ' . escapeshellarg($pdfFile);
|
||||
$cmd .= ' --print-background';
|
||||
|
||||
if (!empty($options['timeout'])) {
|
||||
$cmd .= ' --timeout ' . (int)$options['timeout'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue