I have a trouble when i have to print to paper with a width of 21 cm and a height of 9.33 cm or A4 size divided into three parts (it is the payment receipt). I try with the following css but was not succesful
@media print {
@page { size:21 cm 9.33 cm; size : landscape; }
}
is there any suggestion to resolve the issue thank you