Dutch PHP Conference 2025 - Call For Papers

The wkhtmltox\Image\Converter class

(wkhtmltox >= 0.1.0)

Вступ

Converts an HTML input into various image formats

Короткий огляд класу

class wkhtmltox\Image\Converter {
/* Constructor */
public __construct(string $buffer = ?, array $settings = ?)
/* Методи */
public convert(): ?string
public getVersion(): string
}

Зміст

add a note

User Contributed Notes

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