Infolist : rendered html
I have a view page in which I have an infolist. Essentially that is an application form submitted by an applicant. I want to send a pdf exported version to the applicant by email.
Generally I use Browsershot package by Spatie for exporting html / blade to pdf. Therefore I need the rendered html from the infolist. Is there a way to capture the html string rendered in an infolist to a variable? Many thanks in advance for any pointers.
Generally I use Browsershot package by Spatie for exporting html / blade to pdf. Therefore I need the rendered html from the infolist. Is there a way to capture the html string rendered in an infolist to a variable? Many thanks in advance for any pointers.
1 Reply
Did you find away to this ?