Converting eps to svg error in illustrator #610
-
I have very small app in c# which should convert .eps to .svg. Using Magic.Net-Q16-AnyCPU as a nuget also installed on windows GhostScript gs952w32.exe. Function for conversion:
image is converted and also I can open it via some browsers websites which can read svg. But when I try it open with illustrator it shows an error "Could not find the linked file ''. Choose replace to select another file or Ignore to leave the link unchanged." And after pressing ignore an image is empty. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Can you share |
Beta Was this translation helpful? Give feedback.
-
Hi @dlemstra. Yes here it is, with video example |
Beta Was this translation helpful? Give feedback.
-
Found a post from 2018 where it seems that Illustrator does not support embeded PNG files: https://community.adobe.com/t5/illustrator/illustrator-does-not-support-my-svg-file-that-contains-svg-image-elements/td-p/9651571?page=1. And ImageMagick/Magick.NET is probably also not the best tool to convert from EPS to SVG. The image will be changed from a vector format to a raster image. Don't know what other tool I could advise you though. |
Beta Was this translation helpful? Give feedback.
Found a post from 2018 where it seems that Illustrator does not support embeded PNG files: https://community.adobe.com/t5/illustrator/illustrator-does-not-support-my-svg-file-that-contains-svg-image-elements/td-p/9651571?page=1.
And ImageMagick/Magick.NET is probably also not the best tool to convert from EPS to SVG. The image will be changed from a vector format to a raster image. Don't know what other tool I could advise you though.