Hello everybody
I'm looking for a way to get information(author,title,...(metadata)) uit of a docx,pdf,xls...
I know that there is a function(read_exif_data) but is this also possible for other documents?
thanx in advance
Getting data out a .docx, .pdf.xls...
Moderator: General Moderators
-
Mark Baker
- Forum Regular
- Posts: 710
- Joined: Thu Oct 30, 2008 6:24 pm
Re: Getting data out a .docx, .pdf.xls...
There is no universal solution, because all of these file formats are completely different, and each has its own solution.stevieke wrote:I'm looking for a way to get information(author,title,...(metadata)) uit of a docx,pdf,xls...
I know that there is a function(read_exif_data) but is this also possible for other documents?
I can help with xls/xlsx by suggesting the PHPExcel library