PdfExportSettings
Unofficial
Settings for PDF export configuration.
Import:
import type { PdfExportSettings } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface PdfExportSettingsProperties
| Property | Type | Description | |
|---|---|---|---|
| downscalePercent | number | The scale percentage applied to the exported PDF. | |
| landscape | boolean | Whether the PDF is exported in landscape orientation. | |
| margin | string | The page margin setting. | |
| pageSize | string | The page size setting. |
Links to this page: