I have a view in Laravel where I load various graphics. This view is made up of HTML, Images, CSS and JS.
I need to convert (export) this page to PDF via a JS or PHP function.
I can not find a library that faithfully "copies" the page and exports it in PDF. The closest I came was DomPDF, but more mess ...
I tried using DomPDF and jsPSF .
How could I do this?
I was giving a read on this post: link
But does this work on a hosted server?