Change Paper Size

Add this:

@page { sheet-size: 8.5in 11in; }
body{
    width:8.5in;
    height:11in;
}

within /assets/core/css/custom-pdf.css

1 Like