Table of Contents
Manage text watermarks in documents.
2. Subcommands
| Subcommand | Description |
|---|---|
|
Add a text watermark |
|
Remove all watermarks |
|
List watermarks in a document |
4. Examples
Add a watermark:
uniword watermark add document.docx "CONFIDENTIAL" -o out.docx
Custom styling:
uniword watermark add document.docx "DRAFT" --color "#FF0000" --font-size 96 -o out.docx
Remove watermarks:
uniword watermark remove document.docx -o clean.docx
List watermarks:
uniword watermark list document.docx