let worker = await html2pdf().set(options).from(content).toPdf().output('blob').then( (data: Blob) => { return data })