i have made a small programm to combine svg-templates with csv-files, supporting linked gfx and EAN13-Barcode, pdf generating and printing.
GUI is not finished but working. Maybe someone has a hint how to choose printer for win and linux.
It works good so far, but i cant find a way to adjust font-size if replaced text is to big for a field.
Thought i could use transform to a specific size but that is not working, maybe someone have another idea.
It is complety in python3, so dont try to make an extension out of it.

It only modifies elements starting with id barcode, tspan, image and flowpara.
To make images working in templates delete "sodipodi:absref" and set "xlink:href" to "{image}" or "c:\temp\{image}" for example
Start it with ol_gui.py, anyway you can use the modules without gui. If it is not or partialy working check the config-file.
Any advises or hints are welcome.
Greetz