1

我正在使用 laravel-snappy 工具制作 pdf。它一切正常,但突然。它的投掷```

    This site can’t be reached
    The webpage at https://gpschool.dev/acadmic/2/t_c_print might be temporarilydown or it may have moved permanently to a new web address. ERR_INVALID_RESPONSE

my laravel config for snappy.php

返回数组(

'pdf' => array(
    'enabled' => true,
    'binary'  => '"C:\Program Files\wkhtmltopdf\bin\wkhtmltopdf.exe"',
    'timeout' => false,
    'options' => array(),
    'env'     => array(),
),
'image' => array(
    'enabled' => true,
    'binary'  => '"C:\Program Files\wkhtmltopdf\bin\wkhtmltoimage.exe"',
    'timeout' => false,
    'options' => array(),
    'env'     => array(),
),

); ```我不知道发生了什么。谢谢

4

2 回答 2

0

我最近才遇到这个问题并修复了pr,

对我来说,当我尝试打开“wkhtmltoimage.exe”时,它会抛出丢失的 .dll,所以我只需使用 microsoft visual c++ 2013 安装丢失的 .dll。

希望能帮助到你

于 2018-09-12T20:30:31.487 回答
0

这可能是因为 ssl 不使用任何安全脚本或 css 仅使用非 ssl

于 2020-10-30T12:20:09.250 回答