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

The wkhtmltox\PDF\Converter class

(wkhtmltox >= 0.1.0)

Introduction

Converts an HTML input, or set of HTML inputs, into PDF output

Class synopsis

wkhtmltox\PDF\Converter {
/* Constructor */
public __construct ([ array $settings ] )
/* Methods */
public add ( wkhtmltox\PDF\Object $object ) : void
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