Skip to content

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.

1 participant