PHP 8.3.4 Released!

La clase wkhtmltox\Image\Converter

(wkhtmltox >= 0.1.0)

Introducción

Convierte una entrada HTML en varios formatos de imagen

Sinopsis de la Clase

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

Tabla de contenidos

add a note

User Contributed Notes

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