(wkhtmltox >= 0.1.0)
はじめに
一件あるいは一組のHTML入力をPDF出力に変換する
クラス概要
wkhtmltox\PDF\Converter {
public __construct
([ array $settings
] )
/* メソッド */
public add
( wkhtmltox\PDF\Object $object
) : void
public convert ( ) : string|null
public getVersion ( ) : string
}
目次
- wkhtmltox\PDF\Converter::add — Add an object for conversion
- wkhtmltox\PDF\Converter::__construct — Create a new PDF converter
- wkhtmltox\PDF\Converter::convert — Perform PDF conversion
- wkhtmltox\PDF\Converter::getVersion — Determine version of Converter
/* コンストラクタ */