跳到內容

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.

string

MdiDocxExportProfile = {}

Promise<Uint8Array<ArrayBufferLike>>