4

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.

ZachB
  • 13,051
  • 4
  • 61
  • 89
TemporaryFix
  • 2,008
  • 3
  • 30
  • 54
  • I have the same problem with Chrome. Firefox worked fine for me as well. –  Oct 06 '17 at 16:56
  • Having the same issue. Adjusting the size of text in my project using @media(print) does not increase the amount of data Chrome displays for print (so it doesn't seem to be a 'page-limit' issue, but maybe a data/memory issue?). Firefox working OK for me too – alanvitek Nov 28 '17 at 15:52
  • I can't empirically find a clear limit in Chrome v79. I was able to make a 1k-page PDF in several seconds, but I stopped waiting for a 5k-page PDF after about 15 minutes. This was with very simple content to try to figure out if there's a true page limit, vs. something like a data content limit. – ZachB Jan 27 '20 at 20:21

0 Answers0