Skip to content

renderDocxWithProfile

renderDocxWithProfile(source, profile?): Promise<Uint8Array<ArrayBufferLike>>

Defined in: mdi/src/index.ts:320

Build a configured DOCX using the shared print profile. The profile supports metadata, writing mode, paper size, margins and page numbers.

string

MdiDocxExportProfile = {}

Promise<Uint8Array<ArrayBufferLike>>