The wkhtmltox\PDF\Converter class

(wkhtmltox >= 0.1.0)

简介

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

类摘要

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

目录

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top