-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some pages result in smaller font size #85
Comments
It can be fixed with: html, body {
width: 100%;
overflow: hidden;
} But it causes wide tables to get clipped and I'm not sure whether we should do this by default. |
It should probably be default. What speaks against it? |
Tables with many columns, and possibly large SVG illustrations (#89) may be cut off? In which case I guess it's better if the font size shrinks rather than content that goes missing. |
It would may be cool to only shrink the table down, but I don't know atm, if it is doable. |
Here a try with a lower font-size for tables. |
Maybe we should split the table in the pre-processing, depending if it is a4 or a5 |
On some pages, e.g.
The font size in the resulting PDF is much smaller than usual, although the page size remains the same.
The text was updated successfully, but these errors were encountered: