Filament Page to PDF
I have a filament page with multiple livewire components for some reports, which includes chart widgets, table and more..
I'm trying to download that page as PDF, and tried using spatie PDF but it gives errors related to node element(I'm on windows). The path is already set, but it's not picking up correctly. Is there anyway I can use to download the filament page as PDF after all the elements rendered?
2 Replies
Solution
I've done this with something See attached.
thank you, will check on this