I want to print the webpage in A5 using chrome's default print page dialog box. I managed to write some css but paper size still remains A4 in chrome's print dialog box and large margin appears on the page.
I have tried setting css rules like setting margin of page to 0 but didn't work.
@page{margin: 0; size: A5 portrait;}
The paper size in chrome's print dialog box should be selected to A5 and there should not be any margin in the page