ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
module.misc.pdf.php
Go to the documentation of this file.
1
<?php
4
// available at http://getid3.sourceforge.net //
5
// or http://www.getid3.org //
6
// also https://github.com/JamesHeinrich/getID3 //
8
// See readme.txt for more details //
10
// //
11
// module.misc.pdf.php //
12
// module for analyzing PDF files //
13
// dependencies: NONE //
14
// ///
16
17
18
class
getid3_pdf
extends
getid3_handler
19
{
20
21
public
function
Analyze
() {
22
$info
= &$this->getid3->info;
23
24
$info
[
'fileformat'
] =
'pdf'
;
25
26
$this->
error
(
'PDF parsing not enabled in this version of getID3() ['
.$this->getid3->version().
']'
);
27
return
false
;
28
29
}
30
31
}
getid3_handler\error
error($text)
Definition:
getid3.php:1752
getid3_pdf
getID3() by James Heinrich info@getid3.org //
Definition:
module.misc.pdf.php:18
getid3_handler
Definition:
getid3.php:1616
getid3_pdf\Analyze
Analyze()
Definition:
module.misc.pdf.php:21
$info
$info
Definition:
index.php:5
libs
composer
vendor
james-heinrich
getid3
getid3
module.misc.pdf.php
Generated on Sat Jan 18 2025 19:01:05 for ILIAS by
1.8.13 (using
Doxyfile
)