Problem Description
There is a very basic renderer frame implemented and you can take that and print to pdf using the browser's print option. However, since HTML allows infinite scroll, it's hard to understand what the printed page will look like.
Having the following options would allow the user to control the printed PDF to look like what they desire:
- Zoom in/out
- Spacing between rows
- Number of pages (calculate how many pages it will be in the final print dynamically)
- Instruction on how to use this function.
Problem Description
There is a very basic renderer frame implemented and you can take that and print to pdf using the browser's print option. However, since HTML allows infinite scroll, it's hard to understand what the printed page will look like.
Having the following options would allow the user to control the printed PDF to look like what they desire: