samedi 1 septembre 2018

How can i print a web page with custom sizes?

i have an invoice template. And i want to print this template with custom sizes like 80mm 297mm. I tried this code

@media print {
    @page {
     size: 80mm 297mm;
     margin: 0;
 }
}

but its not working. How can i print a page with custom sizes ?




Aucun commentaire:

Enregistrer un commentaire