Increase Print Timeout

Hi @tyler_salminen,

How big is the PDF? There is also a parameter for the maximum size of the PDF and it is at 10Mb.

You could check and tests with the following parameters to see which one can help:

  • printerPauseBeforePrint (default is 500 in millisecond) - Time before issuing the PDF Request generation from the Printer Engine
  • printerPollerInterval (default is 100 in millisecond) - Requests between check of status within the Printer Engine
  • printerMaxPageSizeInMB (default is 10 in MB)

And while working it out, it should help to enable the following loggers:

  • log4j.logger.ChromiumPrinter=DEBUG
  • log4j.logger.ChromiumResponseTask=DEBUG

Lastly, here is the article to help out with the other parameters:

Let us know how it goes.


Paul