Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Yes, it is possible. At client-side, you create a <a> link with target='_bank', the href will be pointing to the handle php file. In the handle file, in order to force PDF open in browser instead of downloading you do:
$report->run()->export()->pdf()->toBrowser("myfile.pdf",true);
The second parameter true
indicate that file will be open on browser.
Hope that helps.
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo