La classe wkhtmltox\Image\Converter

(wkhtmltox >= 0.1.0)

Introduction

Convertie un HTML en une image en plusieurs formats

Synopsis de la classe

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

Sommaire

add a note add a note

User Contributed Notes

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