mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-02 08:19:33 +00:00
Added a basic text to PDF renderer.
This commit is contained in:
parent
a8a92b9c5d
commit
dee4094d8b
10 changed files with 546 additions and 5 deletions
17
templates/labels/label_style.css.twig
Normal file
17
templates/labels/label_style.css.twig
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue