Method | Description | |
---|---|---|
__construct ( string $wkhtmltopdfBin = null, array $options = null ) | ||
fromStringToFile ( string $htmlString, string $dstFile = null ) : string | ||
fromStringToStream ( string $htmlString ) : string | ||
getOptions ( ) : string | ||
getProcessingOptions ( ) | ||
getTempFileUrl ( ) | ||
setOptions ( string $options ) : void |
Method | Description | |
---|---|---|
buildPdf ( |
||
convert ( $srcUrl, string $dstFile = null ) : string |
public __construct ( string $wkhtmltopdfBin = null, array $options = null ) | ||
$wkhtmltopdfBin | string | |
$options | array | key => value |
protected buildPdf ( |
||
$document |
public fromStringToStream ( string $htmlString ) : string | ||
$htmlString | string | |
return | string |