Hi
Ed,
Thanks
for using syncfusion products.
We
are glad to inform you that we have created a console application in which
command is executed that saves SVG onto the server. We have provided a link
below to convert SVG into EPS.
Link:
http://www.office-converter.com/SVG-to-EPS
Note:
we have commented the line that performs interaction in generated SVG. To
perform an interaction in SVG, please uncomment the lines in “Serialization.js”
file as given below
var diagram = $find("Serialization");
var nodeConn = JSON.stringify({ nodes:
diagram._Nodes, connector: diagram._Connectors });
var nc = document.createElement("svg");
nc.setAttributeNS('http://www.w3.org/2000/svg', 'xmlns', 'http://www.w3.org/2000/svg');
nc.style.display = "none";
nc.setAttribute("id", "nodesandconnectors");
nc.innerHTML = nodeConn;
html.appendChild(nc);
Please
let me know if any concerns.
Regards,
Shyam
G
Hi Ed,
Thanks for the update.
We are working on your requirement of converting SVG to EPS or EMF in server side. Could you please ensure whether your requirement is to convert PNG to EPS,EMF or SVG to EPS,EMF, so that we can analyze and provide a better solution to you.
Please let me know if any concerns.
Regards,
Shyam G.
Hi Ed,
Thanks for the update.
We have used inkscape to convert SVG to EMF or EPS, we could not make the output as expected. Currently we don’t have support to convert SVG to EMF or EPS. We consider this to be a feature request. Currently we don’t have any plan to implement this feature and will implement this in any one of our upcoming releases.
Please let me know if any concerns.
Regards,
Shyam G