Skip to content

spatial-monorepo


spatial-monorepo / core/src / ExportPDFOptions

Interface: ExportPDFOptions

Defined in: packages/core/src/export/exportPDF.ts:17

Properties

filename?

optional filename?: string

Defined in: packages/core/src/export/exportPDF.ts:25

Download filename.

Default

ts
'map-export.pdf'

orientation?

optional orientation?: PageOrientation

Defined in: packages/core/src/export/exportPDF.ts:21

Default

ts
'landscape'

paperSize?

optional paperSize?: PaperSize

Defined in: packages/core/src/export/exportPDF.ts:19

Default

ts
'A4'

title?

optional title?: string

Defined in: packages/core/src/export/exportPDF.ts:23

Optional title rendered as a banner at the top of the exported image.

Released under commercial licensing.