JuliaPackaging / Yggdrasil

Collection of builder repositories for BinaryBuilder.jl
https://binarybuilder.org
Other
308 stars 554 forks source link

request: pdf2svg #6860

Open tpapp opened 1 year ago

tpapp commented 1 year ago

https://github.com/dawbarton/pdf2svg by @dawbarton converts pdf to svg using Cairo and Poppler. An artifact would allow us to use it with PGFPlotsX.jl without having a locally installed binary.

dawbarton commented 1 year ago

While very happy to get pdf2svg included, you might be better off using pdftocairo in Poppler_jll.jl to avoid locally installed binaries - it's almost certainly better maintained!