PHP Class Pimcore\Document\Adapter\Ghostscript

Inheritance: extends Pimcore\Document\Adapter
Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Protected Properties

Свойство Type Description
$path string

Méthodes publiques

Méthode Description
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 )

Method Details

getGhostscriptCli() public static méthode

public static getGhostscriptCli ( ) : mixed
Résultat mixed

getPageCount() public méthode

public getPageCount ( ) : string
Résultat string

getPdf() public méthode

public getPdf ( null $path = null ) : null | string
$path null
Résultat null | string

getPdftotextCli() public static méthode

public static getPdftotextCli ( ) : mixed
Résultat mixed

getText() public méthode

public getText ( null $page = null, null $path = null ) : boolean | string
$page null
$path null
Résultat boolean | string

isAvailable() public méthode

public isAvailable ( ) : boolean
Résultat boolean

isFileTypeSupported() public méthode

public isFileTypeSupported ( string $fileType ) : boolean
$fileType string
Résultat boolean

load() public méthode

public load ( $path )
$path

saveImage() public méthode

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

Property Details

$path protected_oe property

protected string $path
Résultat string