convertHtmlToPdf<T>(resourceCmp: ResourceComponent<T>, resourceName: T extends T ? T : never, html: string, pdfOptions?: Html2PdfOptions): Promise<void>
Deprecated
Please use createPdfFromHtml instead.
Resource Components will be no longer supported in the future!
Converts a given HTML to PDF and uploads the resulting pdf to the given resource
Deprecated
Please use createPdfFromHtml instead. Resource Components will be no longer supported in the future!
Converts a given HTML to PDF and uploads the resulting pdf to the given resource