How to remove margins from PDF? (Generated using WeasyPrint) How to remove margins from PDF? (Generated using WeasyPrint) flask flask

How to remove margins from PDF? (Generated using WeasyPrint)


Maybe you forgot " ; " or/and " mm ",it works:

@page {        size: A4; /* Change from the default size of A4 */        margin: 0mm; /* Set margin on each page */      }