Force A5 Paper-size in Chrome's print settings CSS

后端 未结 2 786
遇见更好的自我
遇见更好的自我 2021-01-12 00:20

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

2条回答
  •  一向
    一向 (楼主)
    2021-01-12 00:44

    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

提交回复
热议问题