Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
If possible, please install phantomjs on your linux system. Here is the guide to install on ubuntu. After install phantomjs, you set the phantom path to the settings() function when you do export:
$report->export()
->settings(array(
"phantomjs"=>"/path/to/phantomjs",
))
...
Here is the documentation,
By the way, another good option is to use our CloudExport. If you use CloudExport, you do not need to install anything, you only need to register the chromeheadless.io service.
Hope that helps. Anything please let us know.
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo