ExportConfigNEW
ExportConfig:
type ExportConfig =Export configuration specifying the target format and any format-specific options.
Variants
Section titled “Variants”ExportPDFConfig
Section titled “ExportPDFConfig”Export as PDF.
| Property | Type | Description |
|---|---|---|
format | "pdf" | (required) |
PDF_A | boolean | Generate a PDF/A compliant PDF. Default: false |
abortSignal | AbortSignal | An optional signal to abort the export operation. |
ExportDOCXConfig
Section titled “ExportDOCXConfig”Export as DOCX.
| Property | Type | Description |
|---|---|---|
format | "docx" | (required) |
abortSignal | AbortSignal | An optional signal to abort the export operation. |
ExportMarkdownConfig
Section titled “ExportMarkdownConfig”Export as Markdown.
| Property | Type | Description |
|---|---|---|
format | "markdown" | (required) |
abortSignal | AbortSignal | An optional signal to abort the export operation. |
ExportRTFConfig
Section titled “ExportRTFConfig”Export as RTF.
| Property | Type | Description |
|---|---|---|
format | "rtf" | (required) |
abortSignal | AbortSignal | An optional signal to abort the export operation. |
ExportODTConfig
Section titled “ExportODTConfig”Export as ODT.
| Property | Type | Description |
|---|---|---|
format | "odt" | (required) |
abortSignal | AbortSignal | An optional signal to abort the export operation. |