KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Export to pdf: Could not save content to temporary `folder` #2587

Open FIMM opened this topic on on Feb 23, 2022 - 2 comments

FIMM commented on Feb 23, 2022

I am using laravel koolreport. But I can't export pdf.

KoolReport commented on Feb 23, 2022

Please make sure the php can access the system temp folder in your system. Second option you may try is to turn on useLocalTempFolder like following.

$report
->settings([
    "useLocalTempFolder"=>true
])
...
FIMM commented on Feb 24, 2022

Thanks this one work for me.

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
solved

Export