I\'ve to print out 2 html pages in a web-app. The first page must be printed out in A5 size , the second in A4 size. I tried to force the
Using this media query content will adjust for A5.
A5
@media print { @page { size: 8.5in 11in; } }