Change Paper Size

I am not sure if this is the correct board…

I am in the USA and we use 8.5 x 11 inch paper.
The pdf defaults to A4.
I am not using adobe reader, so the page is no longer auto fitted for me.

I was wondering how this can be changed.

Add this:

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

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

1 Like