/**
  * Set the global options from plugin into the WKHTMLTOPDF generator class.
  */
 protected function preGenerate()
 {
     $this->generator->setOptions($this->options);
 }