setChromiumPath(config('ninja.experimental_pdf_engine_chromium_path')) ->setHtml($html) ->generate(); } $browser = Browsershot::html($html); if (config('ninja.system.node_path')) { $browser->setNodeBinary(config('ninja.system.node_path')); } if (config('ninja.system.npm_path')) { $browser->setNpmBinary(config('ninja.system.npm_path')); } return $browser->deviceScaleFactor(1) ->showBackground() ->deviceScaleFactor(1) ->waitUntilNetworkIdle(true) ->noSandbox() ->pdf(); } }