1

My embed element is able to show pdf preview in chrome but not in safari. Can anyone advise on how I can render the embed PDF Preview element on safari?

I have tried some of the methods but none worked.

Recommended way to embed PDF in HTML?

Thank you!

<embed src="" type="application/pdf">
kknam
  • 58
  • 8

1 Answers1

1

In many mobile browsers, PDFs are not able to be rendered using standard embeds, instead, you might want to turn to a library such as pdf.js by Mozilla. This library renders pdfs independently of the built-in PDF viewer, so it doesn't have the same restrictions as embeds.