pptx_log_changes
Append change log entries to PowerPoint slide notes for audit trail. Logs changes with timestamps to track modifications in presentations that lack track changes.
Instructions
Append change log entries to the first slide's notes.
Use for audit trail since PowerPoint doesn't have track changes. Changes are appended to the notes of slide 1 with timestamps.
Args: file_path: Path to the .pptx file changes: List of change entries, each with slide (number), action (what was done), and detail (specifics) output_path: Optional output path (defaults to overwriting input)
Returns: Status with changes logged count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the .pptx file | |
| changes | Yes | List of change entries, each with slide (number), action (what was done), and detail (specifics) | |
| output_path | No | Optional output path (defaults to overwriting input) |