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
You could uset paper-css library as it will help you easily define the paper size by paper-css lib load the css file
then set the style in the part
then set the body class to A5
like the following
This is an A5 document.
for more information follow the link below https://github.com/cognitom/paper-css