2016-11-22 63 views

回答

0

經過很長時間,我自己解決了我的問題。

適用於LARAVEL。 首先打開配置/ Wkhtml2pdf.php文件

返回陣列(

'debug' => false, 
'binpath' => 'lib/', 
'binfile' => 'wkhtmltopdf-amd64', 
'output_mode' => 'I' 

);

返回陣列(

'debug' => true, 
'binpath' => 'lib/', 
'binfile' => 'wkhtmltopdf-amd64', 
'output_mode' => 'I' 

);

並在瀏覽器中重新運行。

你看到這樣的數組:

數組:3 [▼ 「輸入」=> 「/tmp/163448393.html」 「命令」=>「/無功/網絡/ HTML/somsv3/vendor/nitmedia/wkhtml2pdf/src/Nitmedia/Wkhtml2pdf/lib/wkhtmltopdf-amd64 --orientation'Portrait'--page-size'A4'「/tmp/163448393.html」 - 「 」content「=> array:3 [▶] ]

這裏的內容是你的PDF。文件

打開 「內容」 和修復權限問題給執行命令chmod -R 777 「文件名」

:)