Johan Asplund wrote: > Some journals want to have the figures embedded in a word-document. > Therefore I would like to be able to export to a vector-format that > can be inserted into word.
Interesting. Unfortunately it's not trivial as Qt doesn't have a EMF export plugin. I don't see that anyone else has implemented one. I see the specs for EMF are available, so it would be possible to write a plugin to QPaintEngine to do this, but it may not trivial to get right. It seems possible to write a QPaintEngine in python, so it may not be too much work with the specs and the python, though there does seem to be an issue in my test code. I see there are postscript to EMF converters which can be used in the meantime. Jeremy _______________________________________________ Veusz-discuss mailing list [email protected] https://mail.gna.org/listinfo/veusz-discuss
