Search found 2 matches

by atif
2019-03-11T22:32:01-07:00
Forum: Magick.NET
Topic: Converting for svg to eps ()
Replies: 3
Views: 106899

Re: Converting for svg to eps ()

convert svg to EPS file in c# .net using imagemagick that can be reopened and edited in adobe illutrator . any reference code sample for this thanks
by atif
2019-03-11T00:37:28-07:00
Forum: Magick.NET
Topic: Converting for svg to eps ()
Replies: 3
Views: 106899

Converting for svg to eps ()

when converting svg to eps in c# .Net the get blurred and looks like a jpg file with no objects to resize .. please help me out in this ..below is the code snippet

using (MagickImage image = new MagickImage(@"E:\SVG\SVG\24.svg"))
{

image.Format = MagickFormat.Eps;
image.Write(@"E:\SVG ...