core.normalizecreatepdfoptions
Home > @medplum/core > normalizeCreatePdfOptions
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 | MedplumRequestOptions  | |
arg3  | Record<string, CustomTableLayout> | undefined  | |
arg4  | TFontDictionary | undefined  | 
Returns: