can i add PDFs to a page - is this possible? #33718
Unanswered
fsj-digital
asked this question in
Other Feature Feedback, Questions, & Ideas
Replies: 1 comment 2 replies
-
|
Hey @fsj-digital, Well, I saved the pdf file in the same repo of my site and used its path to retrieve it from embedded word. https://[repo].github.io/assets/my_file.pdf |
Beta Was this translation helpful? Give feedback.
2 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.
-
can i add PDFs to a page - is this possible?
am i able to add some pdf documents to a page - eg here .
https://github.com/fsj-digital/kurs
how to do this - how to place them on the page!?
update: the solution is this one:
to embed the PDF in the web page. we can upload the CV PDF file to the repository, then use some HTML to embed it.
<object data="myfile.pdf" width="1000" height="1000" type='application/pdf'/>i am trying to test several modes of embedding: which one runs with some effect - which one does work. no one so far: What to do now!?
cf.: mmistakes/minimal-mistakes#2361
which one runs with some effect - which one does work. no one so far: What to do now!?
cf.: mmistakes/minimal-mistakes#2361
neither this one
--- #
title: "Résumé"
permalink: /resume/
header:
See it here :)
Then I get a link that opens to new tab instead of a pdf embedded page. However, I have saved to pdf to image, and was able to display that in the page.
nor this one:
#https://raw.githubusercontent.com/belovanna/belovanna.github.io/b64e6c285e0e057f9bc9a1723a4eb767446a1947/_pages/curriculum.md
Effect: https://belovanna.github.io/Curriculum/
what can i do now!?
Beta Was this translation helpful? Give feedback.
All reactions