VDX 2 SVG

I know Aspose only read visio format and convert it to svg. This is what I want. After I get svg file, I can load it in browser and contorl it with javascript.

Each page and shape in visio file has a unique id. But I check the svg file and find that id is lost when convert visio to svg.

Can Aspose keep shape id as a property of svg shape property?

This problem was also DIAGRAMJAVA-50293, but it does not seem to have been solved. It appears on SVG id but vmID, which for large numbers is not useful (floating point).

That would be another question. How can I reset baseid for a master added with aspose

@tilikka

Would you kindly share your sample Visio file along with an expected SVG output. We will test the scenario in our environment and address it accordingly.