get('config')['wkhtmltopdf']; $image = new Image($config['images'] ?? null); if ($options['url'] ?? null) { $image->setPage($options['url']); } return $image; } }