La classe wkhtmltox\PDF\Converter

(wkhtmltox >= 0.1.0)

Introduction

Convertit un HTML en entrée, ou définit un jeu d'entrées HTML, en un PDF en sortie

Synopsis de la classe

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

Sommaire

add a note

User Contributed Notes

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