wkhtmltox

目次

wkhtmltox\PDF\Converter クラス

はじめに

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

クラス概要

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

The wkhtmltox\PDF\Object class

はじめに

Represents an HTML document, input to PDF converter

クラス概要

wkhtmltox\PDF\Object
class wkhtmltox\PDF\Object {
/* Constructor */
public __construct(string $buffer, array $settings = ?)
}

wkhtmltox\Image\Converter クラス

はじめに

HTML入力をさまざまな画像形式に変換する

クラス概要

wkhtmltox\Image\Converter
class wkhtmltox\Image\Converter {
/* コンストラクタ */
public __construct(string $buffer = ?, array $settings = ?)
/* メソッド */
public stringnull convert()
public string getVersion()
}