@bobbybouwmann thank you soo much for your response.
actually these much days i used barryvdh/laravel-dompdf only because just my client expected only tables so.
But now my client is a school. so they need charts, graphs, progress bar for student reports.
barryvdh/laravel-dompdf not supporting external css, javascript charts etc. so when i referred in google most of them said it is impossible to use barryvdh/laravel-dompdf for javascript charts,
so i planned to use barryvdh/laravel-snappy package.
in local pdf working fine. but as you said in live how i should do the change?? whether it is possible in shared hosting??
and one more thing i face error when working taking print out in images in barryvdh/laravel-snappy
the error is
The exit status code '1' says something went wrong: stderr: "Loading pages (1/6) [> ] 0% [======> ] 10% QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files [===========================> ] 45% Warning: Failed to load file:///C:/Users/Azasoft/AppData/Local/Temp/css/font-for-print.css (ignore) Warning: Failed to load file:///C:/Users/Azasoft/AppData/Local/Temp/css/question.css (ignore) Warning: Failed to load file:///C:/Users/Azasoft/AppData/Local/Temp/css/progress-bar.css (ignore) [============================> ] 48% Error: Failed to load c:/xampp/htdocs/Laravel/OnlineExam-18-05-2020-staff/public/storage/, with network status code 202 and http status code 0 - Cannot open c:/xampp/htdocs/Laravel/OnlineExam-18-05-2020-staff/public/storage/: Path is a directory
what may be the problem???