> ## Documentation Index
> Fetch the complete documentation index at: https://docs.autype.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Document Settings Schema

> JSON Schema for page settings — output format, page size, margins, orientation, and metadata.

The document settings schema defines page-level configuration for a document.

<Card title="Download Schema" icon="file-cog" href="https://autype.com/llm-resources/document-settings-schema.json">
  JSON Schema (draft-07) — output format, page size, margins, orientation, metadata
</Card>

## Key Fields

| Field                         | Description                                    |
| ----------------------------- | ---------------------------------------------- |
| `type`                        | Output format: `pdf`, `docx`, or `odt`         |
| `size`                        | Page size: `A4`, `A3`, `A5`, `Letter`, `Legal` |
| `orientation`                 | `portrait` or `landscape`                      |
| `marginTop/Bottom/Left/Right` | Page margins in cm                             |
| `title`                       | Document title (metadata)                      |
| `author`                      | Document author (metadata)                     |
| `subject`                     | Document subject (metadata)                    |
| `filename`                    | Output filename (without extension)            |

## Related Resources

* [Complete Document Schema](/automation/llm-resources/document-schema)
