JuliaTeX / TikzPictures.jl

Creating PGF/TikZ pictures and saving them in various formats
Other
89 stars 28 forks source link

Use pdftocairo from Poppler_jll instead of pdf2svg #55

Closed tomyun closed 4 years ago

tomyun commented 4 years ago

Poppler_jll.jl provides pdftocairo binary which could be a replacement for pdf2svg.

A good is that users no longer need to have external pdf2svg installed manually. A caveat though is that jll requires Julia 1.3+.

Only tested on macOS for now. I believe it should work on Windows and Linux too.

mykelk commented 4 years ago

This is great!

mykelk commented 4 years ago

This is good with me. @tawheeler are you okay with the merge?

tawheeler commented 4 years ago

An all-Julia implementation is definitely better. Assuming it works on Windows and Linux, we're good.