Table of Contents

Display or edit document metadata (title, author, keywords, etc.).

1. Usage

uniword metadata FILE

2. Options

--set-title

Set the document title.

--set-author

Set the document author (creator).

--set-subject

Set the document subject.

--set-keywords

Set the document keywords.

--set-description

Set the document description.

--output, -o

Output file path (required when setting metadata).

--json

Output metadata as JSON.

3. Examples

Display metadata:

uniword metadata document.docx

Update title and author:

uniword metadata document.docx --set-title "Annual Report" --set-author "Jane Doe" -o updated.docx

Output as JSON:

uniword metadata document.docx --json