CakeFest 2024: The Official CakePHP Conference

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