瀏覽代碼

卷子生成pdf效果制作

yemeishu 2 周之前
父節點
當前提交
19bc5b5965
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app/Services/ExamPdfExportService.php

+ 3 - 0
app/Services/ExamPdfExportService.php

@@ -119,7 +119,10 @@ class ExamPdfExportService
             '--headless',
             '--disable-gpu',
             '--no-sandbox',
+            '--disable-setuid-sandbox',
             '--disable-dev-shm-usage', // 避免容器内 /dev/shm 过小导致崩溃
+            '--no-zygote',
+            '--single-process',
             '--print-to-pdf=' . $tmpPdf,
             '--print-to-pdf-no-header',
             '--allow-file-access-from-files',