// Create an instance of Parser classusing(Parserparser=newParser(filePath)){// Extract metadata from the presentationIEnumerable<MetadataItem>metadata=parser.GetMetadata();// Iterate over metadata itemsforeach(MetadataItemiteminmetadata){// Print the item name and valueConsole.WriteLine(string.Format("{0}: {1}",item.Name,item.Value));}}
What File Types Work?
This works with all common PowerPoint formats:
.ppt - Older PowerPoint files
.pptx - Newer PowerPoint files
.pps - PowerPoint slideshow files
.ppsx - Newer slideshow files
Important Notes
Warning
Remember: If a PowerPoint file doesn’t have metadata or the file type isn’t supported, you might get no results. This is normal - not all files have metadata information.
Real-World Example
Let’s say you have a folder full of PowerPoint presentations and you want to find out who created each one:
Along with full featured .NET library we provide simple, but powerful free Apps.
You are welcome to parse documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online Free Online Document Parser App.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.
On this page
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.