3 Jan
2016
3 Jan
'16
9:57 p.m.
On 2016-01-03 22:17, Bernhard Kleine wrote:
I hope somebody can propose how to use which batch file in windows to perform this task. Sometimes ago I have done this on linux, but it was more than 15 years ago.
No idea about batch files, but with Make, it is:
%.pdf: %.svg inkscape --without-gui --export-area-page --export-pdf=$@ $<
Cheers