core.normalizecreatepdfoptions | Medplum
normalizeCreatePdfOptions() function
Signature:
export declare function normalizeCreatePdfOptions(arg1: TDocumentDefinitions | CreatePdfOptions, arg2: string | undefined | MedplumRequestOptions, arg3: Record<string, CustomTableLayout> | undefined, arg4: TFontDictionary | undefined): CreatePdfOptions;
Parameters
| Parameter | Type | Description |
|---|---|---|
| arg1 | TDocumentDefinitions | CreatePdfOptions |
| arg2 | string | undefined |
| arg3 | Record<string, CustomTableLayout> | undefined |
| arg4 | TFontDictionary | undefined |
Returns: