phartenfeller / sveltekit-1.0-sqlite-demo-app

My demo app of various SvelteKit experiments from my YouTube series.
https://sveltekit-demo.hartenfeller.dev
106 stars 19 forks source link

Feature request: Display favicon when generating PDF document #5

Closed interlakedev closed 1 year ago

interlakedev commented 1 year ago

Hello, please let me know if it's possible to display the website favicon when generating the PDF document. I have been trying to find a solution for Svelte RequestHandler and I haven't been successful.

Thanks! John

2023-08-14_09-18-00

phartenfeller commented 1 year ago

You could just load the pdf inside an iframe and have a normal svelte site around that.

interlakedev commented 1 year ago

Thank you for the helpful tip!