How to style pdf

You can style it through css

@media print {
    /*all your print styling goes here*/
}

There’s some export to pdf snippet here but you can add any styling you want. . You could find more css hacks in this repo or ask in this forum thread

Relevant forum post: How to style the pdf with @ media print?

4 Likes