Overview

Embed a whole PDF file into your document.

How you write it in Obsidian

![[sample.pdf]]

What Obsitex generates

An \includepdf command (from the pdfpages package). By default all pages are included (pages=-). The exact command is set by the DDS field pdfCmdText.

\includepdf[pages=-]{./pdf/sample.pdf}

On export, the PDF is copied into the pdf/ subfolder and referenced from there.

How it looks in the PDF

<aside> 📸

Screenshot needed: the compiled document showing an embedded PDF page inserted inline.

</aside>

Tips & pitfalls