Better way than manually converting PDF to SVG images while using typst #8180
Closed
psads-git
started this conversation in
Feature Requests
Replies: 2 comments 3 replies
-
Quarto by itself does not have image conversion tools but you can find such tools on the Internet and use it either within a Quarto project as a pre-render script or within a code cell if the tool has a CLI. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Thanks, @mcanouil and @cderv, for your answers. In my case, I use a lot of I have |
Beta Was this translation helpful? Give feedback.
0 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.
-
Description
Consider the code:
When compiling, I get the error:
I am aware that
typst
does not accept PDF images.My question is: Is there another way to insert
PDF
images withquarto
than manually convert them to, say,SVG
? Thanks!Beta Was this translation helpful? Give feedback.
All reactions