Skip to content
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

Fix/pagebreaks for long documents #569

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JannikFrauendorfPorabo
Copy link

Problem
With long documents and many page breaks, mismatches between DIVs (which enable page breaks) and the page breaks in the PDF occur. Page content is cut because the page-break DIVs are too short.
In my opinion, it is due to the calculation of the height of the inserted DIVs.

Solution
By using the exact page height, the push-down-block fills up exactly the remaining page.
We have tested the change in our product and the results are way better.

Note: Could be a solution for issue #227

dependabot bot and others added 2 commits April 29, 2022 16:16
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](caolan/async@v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant