The wkhtmltox\PDF\Converter class

(wkhtmltox >= 0.1.0)

Introducere

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

Sinopsisul clasei

wkhtmltox\PDF\Converter {
/* Constructor */
public __construct ([ array $settings ] )
/* Metode */
public add ( wkhtmltox\PDF\Object $object ) : void
public convert ( ) : string|null
public getVersion ( ) : string
}

Cuprins

add a note add a note

User Contributed Notes

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