I've developed a page that shows a lot of data(~100 pages), but print preview cuts the amount of pages off when it hits 86 pages.
If I change the scale down in print preview properties, more data is shown on the page and the number of pages decreases.
Does chrome have a page limit, or data limit that can be shown in print preview? Or is the way the page is being rendered cause issues with print preview(angular repeating divs)?
Edit:
Tried this in Firefox and Firefox prints all pages when saving as a PDF, chrome does not.