In windows explorer their is a summary tab that contains, title, subject, author, category, keywords, and comments for every file. Is it possible to read and edit this data using php?
In windows explorer their is a summary tab that contains, title, subject, author, category,
Share
You can’t get meaningful metadata with PHP in windows for many applications. The only real exception for this would be using PHP’s Component Object Model.
Reference
Here is an example for word / excel: