Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
42 | public function createProcess($inputFile = null) |
||
43 | { |
||
44 | // the PDF file to be examined must be provided as parameter -sFile=... |
||
45 | $this->setStringParameter('File', $inputFile); |
||
46 | |||
47 | // the pdf_info.ps script will be read as input to gs |
||
48 | return parent::createProcess($this->pdfInfoPath); |
||
49 | } |
||
50 | } |
||
51 |