Hello -
I'm trying to write something that will traverse the directory
structure of my web server directory and pull some particular
information on particular file types to create a listing of what all is
where.
For PDF files I want to find the title. I've been looking through
php.net and the ClibPDF Functions, but I'm still not clear on how to
find the title of an existing pdf document.
I also want to find the titles of Word and Excel documents.
I already have the code to traverse the directory structure.
Thanks in advance for information!
Jennlee2
I'm trying to write something that will traverse the directory
structure of my web server directory and pull some particular
information on particular file types to create a listing of what all is
where.
For PDF files I want to find the title. I've been looking through
php.net and the ClibPDF Functions, but I'm still not clear on how to
find the title of an existing pdf document.
I also want to find the titles of Word and Excel documents.
I already have the code to traverse the directory structure.
Thanks in advance for information!
Jennlee2
Comment