In Laravel, I am trying to create a pdf file from an API response PDF data string. How can i create and save PDF in storage directory physically in Laravel.
Check the image below:
In this image i hit an API and got a response in variable data->labelDataPdf . I want to create a pdf file using this string value.