Make a standalone PDF with embedded images? #4655
Unanswered
richardsprague
asked this question in
Q&A
Replies: 2 comments 9 replies
-
Unfortunately, Pandoc will not attempt to resolve external URLs; you need to download them yourself. (And you'll need to use Markdown syntax for the images instead of HTML). |
Beta Was this translation helpful? Give feedback.
5 replies
-
I tried with 1.3.249, but it didn't seem to work. Do I need different pdf settings in
I tried |
Beta Was this translation helpful? Give feedback.
4 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.
-
I'm trying to make a PDF book based on some markdown files that use images linked from external URLs. Is there a way to embed the images into the PDF file, similar to how I can create an HTML file with
embed-resources: true
?Here's a simple example of what I mean. Is there a way to turn this into a PDF where the logo is embedded (i.e. visible offline)?
Beta Was this translation helpful? Give feedback.
All reactions