|
ILIAS
release_8 Revision v8.24
|
Class ilCountPDFPages. More...
Collaboration diagram for ilCountPDFPages:Public Member Functions | |
| __construct () | |
| isAvailable () | |
| extractAmountOfPagesByRID (ResourceIdentification $rid) | |
| extractAmountOfPagesByPath (string $path_to_pdf) | |
Private Attributes | |
| ILIAS ResourceStorage Services | $irss |
| bool | $postscript_available = false |
| bool | $imagick_available = false |
Class ilCountPDFPages.
Definition at line 32 of file class.ilCountPDFPages.php.
| ilCountPDFPages::__construct | ( | ) |
Definition at line 38 of file class.ilCountPDFPages.php.
References $DIC.
| ilCountPDFPages::extractAmountOfPagesByPath | ( | string | $path_to_pdf | ) |
Definition at line 66 of file class.ilCountPDFPages.php.
References Vendor\Package\$e, and ilShellUtil\execQuoted().
Referenced by extractAmountOfPagesByRID().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCountPDFPages::extractAmountOfPagesByRID | ( | ResourceIdentification | $rid | ) |
Definition at line 51 of file class.ilCountPDFPages.php.
References extractAmountOfPagesByPath().
Here is the call graph for this function:| ilCountPDFPages::isAvailable | ( | ) |
Definition at line 46 of file class.ilCountPDFPages.php.
References $imagick_available.
|
private |
Definition at line 36 of file class.ilCountPDFPages.php.
Referenced by isAvailable().
|
private |
Definition at line 34 of file class.ilCountPDFPages.php.
|
private |
Definition at line 35 of file class.ilCountPDFPages.php.