Hello there,
I´m trying to display an in-line base64 pdf file on Safari 15.5. This solution was working on older Safari versions, but not with Safari 15.
I´m using the following HTML tag:
<embed src="data:application/pdf;base64,JVBER...">
Am I missing something, or is support for viewing PDFs in base64 no longer available?