Replies: 4 comments 3 replies
-
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗 |
Beta Was this translation helpful? Give feedback.
-
Here's how I embed PDFs into my Jupyterbook:
Here it is in action, the repository is open if you want to have a look at the full code and file path/structure. Seems to work for me. |
Beta Was this translation helpful? Give feedback.
-
I'm not familiar with that Sphinx extension, but it does seem like it's doing something very similar to what @firasm describes, so I'd recommend just trying that. For your specific question, I guess the extension is using page metadata to parameterize itself. You should try doing that with MyST Markdown rather than pdfembed: src:_static/m.pdf, height:500, width:500, align:middle
---
# My content
and so on... |
Beta Was this translation helpful? Give feedback.
-
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗 |
Beta Was this translation helpful? Give feedback.
-
Hi, I would like to embed a pdf file.
I tried installing the pdfembed sphinx extension.
I added in this in my
_config.yml
and then in the md file
Beta Was this translation helpful? Give feedback.
All reactions