Added a basic text to PDF renderer.

This commit is contained in:
Jan Böhmer 2020-04-14 11:07:07 +02:00
parent a8a92b9c5d
commit dee4094d8b
10 changed files with 546 additions and 5 deletions

View file

@ -0,0 +1,17 @@
@page {
margin: 5px 5px;
}
body {
font-family: "DejaVu Sans Mono";
font-size: 10pt;
line-height: 1.0;
}
p {
margin: 0;
}
hr {
margin: 2px;
}