barryvdh / laravel-dompdf

A DOMPDF Wrapper for Laravel
MIT License
6.73k stars 969 forks source link

How to set page margin #946

Closed jagehring closed 1 year ago

jagehring commented 1 year ago

I used to be able to set page margin with setOption('margin-left', 0). This is no longer working. Any way to set the margins to 0?

jagehring commented 1 year ago

Figured it out

Creanics commented 2 months ago

Hi, I know it's been a while, but how did you go about setting the page margins?