renderDocxWithProfile
本頁內容尚未翻譯。
renderDocxWithProfile(
source,profile?):Promise<Uint8Array<ArrayBufferLike>>
Defined in: nodejs/packages/mdi/src/index.ts:638
Build a configured DOCX in Rust 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>>