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.
Parameters
Section titled “Parameters”source
Section titled “source”string
profile?
Section titled “profile?”MdiDocxExportProfile = {}
Returns
Section titled “Returns”Promise<Uint8Array<ArrayBufferLike>>