Hello I am working on Ubuntu, I have install the phantomjs, was having the error Error! Please set executable permission for phantomjs on windows. Been able to export the pdf without this error by running chmod 777 on the export/bin folder. But now I am getting blank pdf. I am using the following to export with a custom view
$report ->run()
->export($reports['source'].'Pdf')
->pdf()
->toBrowser($reports['source'].'.pdf');
Am I doing something wrong please. Thanks in advances