Fork me on GitHub
#off-topic
<
2019-07-08
>
borkdude11:07:40

what's the best way to convert an .svg to pdf? I tried with gimp, but with https://www.zamzar.com I get a much sharper PDF

manutter5111:07:41

It may be the Resolution setting when you import the SVG into Gimp. Try it with 300 pixels per inch or higher (600/1200/2400).

borkdude11:07:19

@manutter51 I put that to 1200 but still blurry

myguidingstar17:07:54

maybe you want to give Inkscape a try? Gimp is for raster while inkscape is for vector images

✔️ 4
borkdude17:07:38

tried installing it, but gave up (see #clojure-nl)

myguidingstar17:07:34

just tried with inkscape in my machine. Here's the result

borkdude17:07:18

looks good, thanks

borkdude17:07:52

I guess next time I could try running inkscape with docker

borkdude18:07:30

yeah, this worked too! docker run --rm -it -v $PWD:/img flungo/inkscape /usr/bin/inkscape /img/clj-kondo.svg --export-pdf=/img/foo.pdf

👍 12
borkdude11:07:29

I managed to do it now with Affinity Designer trial version