# View and Edit Metadata in PowerPoint Files on Windows, Linux, and macOS

> View and edit PowerPoint and OpenDocument presentation metadata with Aspose.Slides APIs.

Source: https://products.aspose.com/slides/metadata/
Updated: 2026-08-27



## Aspose.Slides Metadata Code Samples

| Platform | Href | Note | Language |
|---|---|---|---|
| Aspose.Slides for .NET | /slides/net/metadata/ | View and edit presentation properties in C#. | C# |
| Aspose.Slides for Java | /slides/java/metadata/ | View and edit presentation properties in Java. | Java |
| Aspose.Slides for C++ | /slides/cpp/metadata/ | View and edit presentation properties in C++. | C++ |
| Aspose.Slides for Python via .NET | /slides/python-net/metadata/ | View and edit presentation properties in Python. | Python |

## FAQ

### Which properties can be read and changed?

Both the built-in document properties — title, author, subject, keywords, company, created and modified times — and any custom properties the deck carries.

### Does editing metadata rewrite the whole presentation?

The file is saved again, so its bytes change, but the slides themselves are untouched. Only the property values differ.

### Can I strip identifying metadata before sharing a deck externally?

Yes — clearing author, company and custom properties is a common pre-publication step. Note that comments and speaker notes are separate; removing them is [annotation](/slides/annotation/) work, not metadata work.

### Is the modified date updated automatically when I save?

Not on its own — it is a property like any other. Set it explicitly if you want it to reflect the change your code just made.
