The wkhtmltox\PDF\Converter class

Introduction

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

Class synopsis

wkhtmltox\PDF\Converter
class wkhtmltox\PDF\Converter {
/* Constructor */
public __construct(array $settings = ?)
/* Methods */
public void add(wkhtmltox\PDF\Object $object)
public stringnull convert()
public string getVersion()
}
Table of Contents