CakeFest 2024: The Official CakePHP Conference

The wkhtmltox\PDF\Converter class

(wkhtmltox >= 0.1.0)

Giriş

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

Sınıf Sözdizimi

class wkhtmltox\PDF\Converter {
/* Constructor */
public __construct(array $settings = ?)
/* Yöntemler */
public add(wkhtmltox\PDF\Object $object): void
public convert(): ?string
public getVersion(): string
}

İçindekiler

add a note

User Contributed Notes

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