parent root
PHP: wkhtmltox\Image\Converter - Manual
PHP 7.2.23 Release Announcement

The wkhtmltox\Image\Converter class

(wkhtmltox >= 0.1.0)

Introduction

Converts an HTML input into various image formats

Class synopsis

wkhtmltox\Image\Converter {
/* Constructor */
public __construct ([ string $buffer [, array $settings ]] )
/* Methods */
public convert ( void ) : ?string
public getVersion ( void ) : string
}

Table of Contents

add a noteadd a note

User Contributed Notes

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