Hello,
I saw a wmf_input.inx using uniconvertor so I created a corresponding wmf_output.inx as well :-)
However in the code src/xml/rep-io.cpp there are some sections protected by #ifdef HAVE_LIBWMF that call sp_wmf_convert (localFilename). I have libwmf-dev installed on my computer (Ubuntu 8.10) On windows there is a system specific emf/wmf importer/exporter. Uniconvertor can not handle text for now.
Questions: 1) is this code abandoned? I did not found any definition HAVE_LIBWMF using grep -R HAVE_LIBWMF * 2) How can we disable the uniconvertor extension on windows?
Thx, Adib.
the Adib wrote:
On windows there is a system specific emf/wmf importer/exporter.
On Windows, there is a native export routine for .emf output. I am attaching a sample source svg and the output emf. http://www.nabble.com/file/p23005038/testwmf.svg testwmf.svg http://www.nabble.com/file/p23005038/testwmf.emf testwmf.emf
I've tried running uniconvertor to produce a wmf output from svg, but I have not been able to produce a readable file in this way, even though the documentation suggests that this should work.
participants (2)
-
Alvin Penner
-
the Adib