PHP 클래스 Pimcore\Document\Adapter\Ghostscript

상속: extends Pimcore\Document\Adapter
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$path string

공개 메소드들

메소드 설명
getGhostscriptCli ( ) : mixed
getPageCount ( ) : string
getPdf ( null $path = null ) : null | string
getPdftotextCli ( ) : mixed
getText ( null $page = null, null $path = null ) : boolean | string
isAvailable ( ) : boolean
isFileTypeSupported ( string $fileType ) : boolean
load ( $path )
saveImage ( $path, integer $page = 1, $resolution = 200 )

메소드 상세

getGhostscriptCli() 공개 정적인 메소드

public static getGhostscriptCli ( ) : mixed
리턴 mixed

getPageCount() 공개 메소드

public getPageCount ( ) : string
리턴 string

getPdf() 공개 메소드

public getPdf ( null $path = null ) : null | string
$path null
리턴 null | string

getPdftotextCli() 공개 정적인 메소드

public static getPdftotextCli ( ) : mixed
리턴 mixed

getText() 공개 메소드

public getText ( null $page = null, null $path = null ) : boolean | string
$page null
$path null
리턴 boolean | string

isAvailable() 공개 메소드

public isAvailable ( ) : boolean
리턴 boolean

isFileTypeSupported() 공개 메소드

public isFileTypeSupported ( string $fileType ) : boolean
$fileType string
리턴 boolean

load() 공개 메소드

public load ( $path )
$path

saveImage() 공개 메소드

public saveImage ( $path, integer $page = 1, $resolution = 200 )
$path
$page integer

프로퍼티 상세

$path 보호되어 있는 프로퍼티

protected string $path
리턴 string