iFraming External PDF Files (Currently empty element loaded)

Agreed, and it would be great to be able to embed external PDF files stored locally on the PC (like we can do for images and videos)

Besides iframes, some other ideas for syntax could be:

In markdown

![PDF name](<link-to-PDF>)

Using HTML <object>

<object data="link-to-file" type="application/pdf" width="100%" height="650"></object>

Using HTML <embed>

<embed src="link-to-pdf" type="application/pdf"/>

Related discussions:

https://www.reddit.com/r/ObsidianMD/comments/12xn5sz/how_do_you_link_to_external_pdf/