PHP 클래스 Pimcore\Web2Print\Processor\WkHtmlToPdf

상속: extends Pimcore\Web2Print\Processor
파일 보기 프로젝트 열기: pimcore/pimcore

공개 메소드들

메소드 설명
__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

보호된 메소드들

메소드 설명
buildPdf ( PrintAbstract $document, $config )
convert ( $srcUrl, string $dstFile = null ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( string $wkhtmltopdfBin = null, array $options = null )
$wkhtmltopdfBin string
$options array key => value

buildPdf() 보호된 메소드

protected buildPdf ( PrintAbstract $document, $config )
$document Pimcore\Model\Document\PrintAbstract

convert() 보호된 메소드

protected convert ( $srcUrl, string $dstFile = null ) : string
$dstFile string
리턴 string

fromStringToFile() 공개 메소드

public fromStringToFile ( string $htmlString, string $dstFile = null ) : string
$htmlString string
$dstFile string
리턴 string

fromStringToStream() 공개 메소드

public fromStringToStream ( string $htmlString ) : string
$htmlString string
리턴 string

getOptions() 공개 메소드

public getOptions ( ) : string
리턴 string

getProcessingOptions() 공개 메소드

getTempFileUrl() 공개 정적인 메소드

public static getTempFileUrl ( )

setOptions() 공개 메소드

public setOptions ( string $options ) : void
$options string
리턴 void