Problem
When content exceeds the page height, it sometimes overflows instead of flowing to the next page.
Expected behavior
Once the page height limit is reached, content should automatically move to a new page.
Scope
- Need to be implemented for only A4 pages (can be hardcoded)
- you can implement algorithm which can do it dynamically (optional)
Notes
Pagination logic is implemented in:
- src/components/PagedView.tsx
- The harcoded Pagination code/algo should work in the word (required)
Problem
When content exceeds the page height, it sometimes overflows instead of flowing to the next page.
Expected behavior
Once the page height limit is reached, content should automatically move to a new page.
Scope
Notes
Pagination logic is implemented in: