Usage¶
obsidian embed pdf¶
html-embed pdf¶
<object data="/features/pdf/a4-sample.pdf" type="application/pdf" width="100%" height="800px" >
<embed src="/features/pdf/a4-sample.pdf" type="application/pdf" width="100%" height="800px"/>
</object>
HTML Template¶
<object data="/{pdf_path}" type="application/pdf" width="100%" height="{height}px" >
<embed src="/{pdf_path}" type="application/pdf" width="100%" height="{height}px"/>
</object>