PHP Class Pimcore\Document\Adapter\LibreOffice

Inheritance: extends Ghostscript
Show file Open project: pimcore/pimcore Class Usage Examples

Protected Properties

Property Type Description
$path string

Public Methods

Method Description
getLibreOfficeCli ( ) : mixed
getPdf ( null $path = null ) : null | string | void
getText ( null $page = null, null $path = null ) : boolean | string
isAvailable ( ) : boolean
isFileTypeSupported ( string $fileType ) : boolean
load ( $path )

Method Details

getLibreOfficeCli() public static method

public static getLibreOfficeCli ( ) : mixed
return mixed

getPdf() public method

public getPdf ( null $path = null ) : null | string | void
$path null
return null | string | void

getText() public method

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

isAvailable() public method

public isAvailable ( ) : boolean
return boolean

isFileTypeSupported() public method

public isFileTypeSupported ( string $fileType ) : boolean
$fileType string
return boolean

load() public method

public load ( $path )
$path

Property Details

$path protected property

protected string $path
return string