Home
last modified time | relevance | path

Searched +full:ps2pdf +(+path:plugin +path:abc) -(+path:plugin +path:abc +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/abc/
H A Dsyntax.php102 if ($this->getConf('ps2pdf')) {
152 if($this->getConf('ps2pdf') && ($this->getConf('displayType')==2)) {
153 $tmpError2 = $this->_checkExec($this->getConf('ps2pdf'), 'ps2pdf');
318 passthru(fullpath($this->getConf('ps2pdf'))." $psFile $pdfFile");
417 if ($this->getConf('ps2pdf') && $pdfFile) {
/plugin/abc/conf/
H A Ddefault.php14 $conf['ps2pdf'] = '';
H A Dmetadata.php14 $meta['ps2pdf'] = array('string');