How do I include a PDF in a Quarto website, so it shows the whole page? #7918
Unanswered
vaclavstepan
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Please share a small reproducible example of your use cases, for example by sharing a Git repository. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am trying to make a Quarto Book render as HTML and include PDF slides in some of the pages.
As PDF can be included in a web page, I started with:
This makes a small window, where the PDF opens (however, it's quite unusable for anything).
As it's basically a figure, next I tried
This makes a column wide PDF, but with still the same height (unusable).
Forcing dimensions with:
does indeed work, but only as long as the slides are 4:3 and the reader is not on Windows, where toolbar show on top of the slides.
So the question is: How can one include a PDF slide set in a Quarto web page in a way, that the PDF would be shown as a whole single page, preferably without the Acrobat toolbar?
Beta Was this translation helpful? Give feedback.
All reactions