Have you looked at ImageMagick library?
It's very powerful... http://www.imagemagick.org
I think there is a way of creating an object inside VB.Net (magick.Convert("image.jpg
Executing this external command in VB.Net: convert "image.jpg" "image.eps"
Ref: http://www.experts-exchang
Regards,
M.Raja
Main Topics
Browse All Topics





by: ericwong27Posted on 2008-02-10 at 17:51:34ID: 20863545
Try This (Not tested)
et/install .html
me = "bmeps" nts = "-leps1 fbt.jpg fbt1.eps"
1. Download the tool from http://bmeps.sourceforge.n
2. Run the program using VB.NET
Dim myProcess As New Process()
myProcess.StartInfo.FileNa
myProcess.StartInfo.Argume
myProcess.Start()