Skip to content

PdfExportSettings

Unofficial

Settings for PDF export configuration.

Import:

import type { PdfExportSettings } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface PdfExportSettings

Properties

PropertyTypeDescription
downscalePercentnumberThe scale percentage applied to the exported PDF.
landscapebooleanWhether the PDF is exported in landscape orientation.
marginstringThe page margin setting.
pageSizestringThe page size setting.

Links to this page: