/**
  *
  */
 public function process()
 {
     parent::process();
     if ($this->options->convert_page_images) {
         $this->processImages();
     }
 }