Skip to content

@pdfa-lab/core / FontEmbedOptions

Interface: FontEmbedOptions ​

Defined in: pdfa-lab.ts:30

Options for embedding fonts.

Properties ​

compress? ​

optional compress?: boolean

Defined in: pdfa-lab.ts:44

Compress font streams. Default: true.


fcMatch? ​

optional fcMatch?: string

Defined in: pdfa-lab.ts:39

Path to the 'fc-match' program. Default: 'fc-match'.


fontMap? ​

optional fontMap?: FontMap

Defined in: pdfa-lab.ts:34

Map font names to paths/buffers and optional PostScript names.


platform? ​

optional platform?: string

Defined in: pdfa-lab.ts:51

Operating system as returned by os.platform() or undefined for the browser.