Re: [dev] Macro problem: Export all draw pages to SVG

2005-11-21 Thread Mathias Bauer
Bernhard Haumacher wrote: Hi, I'm trying to write a macro that exports all pages in draw to separate SVG files using the page name as file name. Everything works, except the export to SVG (export to PNG or JPEG works fine) :-) When replacing aArgs(0).Name = MediaType

Re: [dev] Macro problem: Export all draw pages to SVG

2005-11-21 Thread Laurent Godard
Hi Mathias, The MediaType seems to be correct, but it seems that you provide a wrong filter name when exporting to SVG. I don't know how the graphic export filters work, but a look into my configuration files shows me that the filter name for the SVG export filter is svg_Export. So you should

[dev] Macro problem: Export all draw pages to SVG

2005-11-20 Thread Bernhard Haumacher
Hi, I'm trying to write a macro that exports all pages in draw to separate SVG files using the page name as file name. Everything works, except the export to SVG (export to PNG or JPEG works fine) :-) When replacing aArgs(0).Name = MediaType aArgs(0).Value = image/png with