Why am I limited to printing 50 pages at a time?
You currently have two image viewers available to use; the Java viewer and HTML 5 viewer. The Java viewer is unchanged and you can still use it to print images without limits. Should you wish to switch between the Java and HTML 5 viewers, just click on the "Change Viewer" link in the top right of the viewing window. However, since modern browsers are dropping support for Java we had to look for the next generation of viewers. Enter HTML 5. With it comes many benefits such as native browser support, mobile support, faster loading and much more. However, one dramatic limitation of HTML 5 is with printing. In Java, we had complete control of printing. After you selected your print options and selected options in the windows print dialog, we could then render each page as it was printing. With HTML 5 it is just like printing a web page. When you click print and after you select your print options in the viewer print dialog, the printing generates a hidden HTML rendering of all the pages to be printed and then starts the windows print dialog. There is a memory limit to how many pages that can be rendered to print which varies based on each person's PC. A larger limit can be used but it may exceed the users memory size and cause the browser to give up on the rendering with an out of memory error. The 50 page printing limit was implemented in an effort to reduce errors our customers were receiving when printing large batches.