Search code examples
laraveldompdf

How can I resize the dompdf size to ID card size in laravel


I am trying to generate id card size of the view I have but, the content of the page is getting divided into different ID card size. how can I display all the view data into one card?

I am able to generate the size of the card but not getting al the contents inside it.

output


Solution

  • Update I had to re-design the view and used

    setPaper('catalog #10 1/2 envelope','portrait')