gmazzamuto / europasscv

Unofficial LaTeX class for the new version of the Europass curriculum vitae
116 stars 37 forks source link

image conversion from svg to pdf #61

Closed fabiodeangelis closed 3 years ago

fabiodeangelis commented 3 years ago

the command: inkscape $< --export-area-drawing --export-type="pdf" --export-filename="$@"` didn't worked for me with Inkscape 0.92.5 (2060ec1f9f, 2020-04-08)

I modified to: inkscape $< --export-area-drawing --export-pdf="$@" as suggested by inkscape help, and it woked fine.

gmazzamuto commented 3 years ago

Thanks for reporting, but you're using an old version of Inkscape. That command was updated recently for the new version. Please see this commit 5f415486846.