Hi!
I am facing a problem converting VSD file to SVG via Processing API. VSD file has embedded image in EMF format. As result of the conversion I get an empty SVG file.
I have attached file with examples.
Is it known …...the following workaround: Extract the EMF image from the VSD...new Diagram("input.vsd"); // Extract EMF images (if applicable)...