Level 54
Page margins are specified in css for dompdf. This css rule should get you a zero margin:
@page {
margin: 0;
}
Also, friendly tip: If you surround your code with three backticks (before and after) the syntax highlighting will work for the entire snippet.
1 like