CakeFest 2024: The Official CakePHP Conference

La classe wkhtmltox\PDF\Converter

(wkhtmltox >= 0.1.0)

Introduction

Convertie un HTML en entrée, ou définit un jeux d'entrées HTML, en un PDF en sortie

Synopsis de la classe

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

Sommaire

add a note

User Contributed Notes

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