generate_pdf_release
Generate PDF documentation releases with table of contents, version metadata, and optional confidentiality watermarks, headers, and footers for secure distribution.
Instructions
Generate a PDF documentation release. Creates a formatted PDF with all documentation, table of contents, and optional confidentiality markings (watermark, headers, footers).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Document title. Defaults to project name. | |
| subtitle | No | Document subtitle (optional). | |
| author | No | Document author. Defaults to 'Documentation Team'. | |
| version | No | Version string for the release (e.g., '2.0.0'). Defaults to current date. | |
| confidential | No | Add confidentiality markings (watermark, headers, footers). Default: false | |
| owner | No | Copyright owner (shown when confidential=true). Defaults to project name. |