mPDF Manual – mPDF Variables

progressBar

(mPDF ≥ 4.2 && < 7.0)

progressBar – Specify whether to show progress bars during file generation

Description

bool progressBar

Specify whether to show progress bars during file generation. Not recommended for general use, but may be helpful for development purposes, or for slow document generation.

Values

$progressBar =  2 1 false

Values

  • 2: display multiple progress bars for detailed examination of progress
  • 1: display 1 progress bar (simple form)
  • false: disable progress bars

Default: false

Changelog

Version Description
4.2 Variable was added.
7.0 Variable was removed along with progressbar capabilities.

See Also

Fork me on GitHub