wkhtmltox\PDF\Converter クラス

(wkhtmltox >= 0.1.0)

はじめに

一件あるいは一組のHTML入力をPDF出力に変換する

クラス概要

class wkhtmltox\PDF\Converter {
/* コンストラクタ */
public function __construct(array $settings = ?)
/* メソッド */
public function add(wkhtmltox\PDF\Object $object): void
public function convert(): ?string
public function getVersion(): string
}

目次

add a note

User Contributed Notes

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