You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Maybe it's another solution to give predefined settings for paper formats. By using javascript a correct arrangement could be calculated and realized by changeing margin.
3. Include a javascript pdf library: Which lightweight and opensource library could come into question?
4. Another way...?
The text was updated successfully, but these errors were encountered:
Dependent on QR-code and page settings, page breaks could be within grid items:
Some attempts for possible solutions
1. Detaching the grid layout by changeing css. The problem with this approach is a wrong arrangement of the grid items...
.code {
word-break: break-all;
break-inside: avoid;
}
#codes {
display: block;
text-align: center;
column-gap: 2em;
columns: 150px;
}
2. Maybe it's another solution to give predefined settings for paper formats. By using javascript a correct arrangement could be calculated and realized by changeing margin.
3. Include a javascript pdf library: Which lightweight and opensource library could come into question?
4. Another way...?
The text was updated successfully, but these errors were encountered: