CakeFest 2024: The Official CakePHP Conference

La classe wkhtmltox\Image\Converter

(wkhtmltox >= 0.1.0)

Introduction

Convertie un HTML en une image en plusieurs formats

Synopsis de la classe

class wkhtmltox\Image\Converter {
/* Constructor */
public __construct(string $buffer = ?, array $settings = ?)
/* Méthodes */
public convert(): ?string
public getVersion(): string
}

Sommaire

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top